StartDate Property

MSBuild

Gets or sets the starting date used to calculate the Build number when BuildType is Automatic.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property StartDate As String
C#
public string StartDate { get; set; }
C++
public property string StartDate sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_StartDate();

/** property */
public void set_StartDate(string value);
JScript
public function get StartDate() : String

public function set StartDate(value : String);

Property Value

The starting date for calculation of the build number.

Remarks

This value is only used when the BuildType is Automatic.

This default value is January 1, 2000.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.