Gets or sets the starting date used to calculate the
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
This default value is January 1, 2000.
See Also
Documentation version 1.0.0.0.