FromDate Property

MSBuild

The End Date for the history.


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

Syntax

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

/** property */
public void set_FromDate(DateTime value);
JScript
public function get FromDate() : DateTime

public function set FromDate(value : DateTime);

See Also

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