Share via


TfvcItemDescriptor.VersionType Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property VersionType As TfvcVersionType
[DataMemberAttribute]
public TfvcVersionType VersionType { get; set; }
[DataMemberAttribute]
public:
property TfvcVersionType VersionType {
    TfvcVersionType get ();
    void set (TfvcVersionType value);
}
[<DataMemberAttribute>]
member VersionType : TfvcVersionType with get, set
function get VersionType () : TfvcVersionType 
function set VersionType (value : TfvcVersionType)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcVersionType

.NET Framework Security

See Also

Reference

TfvcItemDescriptor Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace