BuildUpdateOptions.SourceGetVersion Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'宣言
Public Property SourceGetVersion As String
    Get
    Set
public string SourceGetVersion { get; set; }
public:
property String^ SourceGetVersion {
    String^ get ();
    void set (String^ value);
}
member SourceGetVersion : string with get, set
function get SourceGetVersion () : String
function set SourceGetVersion (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildUpdateOptions Class

Microsoft.TeamFoundation.Build.Server Namespace