Label.Version Property

This is the version string to apply to the items being added to the label.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
Public Property Version As String
public string Version { get; set; }
public:
property String^ Version {
    String^ get ();
    void set (String^ value);
}
member Version : string with get, set
function get Version () : String 
function set Version (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

Label Class

Microsoft.TeamFoundation.Build.Tasks Namespace