ToDate Property

MSBuild

The Start Date for the history.


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

Syntax

Visual Basic (Declaration)
Public Property ToDate As Date
C#
public DateTime ToDate { get; set; }
C++
public property DateTime ToDate sealed  {
    DateTime get();
    void set(DateTime value);
}
J#
/** property */
public DateTime get_ToDate();

/** property */
public void set_ToDate(DateTime value);
JScript
public function get ToDate() : DateTime

public function set ToDate(value : DateTime);

See Also

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