FromLabel Property

MSBuild

The label to compare up to.


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

Syntax

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

/** property */
public void set_FromLabel(string value);
JScript
public function get FromLabel() : String

public function set FromLabel(value : String);

See Also

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