Share via


GitVersionDescriptor.VersionType Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Property VersionType As GitVersionType
public GitVersionType VersionType { get; set; }
public:
property GitVersionType VersionType {
    GitVersionType get ();
    void set (GitVersionType value);
}
member VersionType : GitVersionType with get, set
function get VersionType () : GitVersionType 
function set VersionType (value : GitVersionType)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.GitVersionType

.NET Framework Security

See Also

Reference

GitVersionDescriptor Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace