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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.