Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
    versionOption As Nullable(Of TfvcVersionOption), _
    versionType As Nullable(Of TfvcVersionType), _
    version As String _
)
public TfvcVersionDescriptor(
    Nullable<TfvcVersionOption> versionOption,
    Nullable<TfvcVersionType> versionType,
    string version
)
public:
TfvcVersionDescriptor(
    Nullable<TfvcVersionOption> versionOption, 
    Nullable<TfvcVersionType> versionType, 
    String^ version
)
new : 
        versionOption:Nullable<TfvcVersionOption> * 
        versionType:Nullable<TfvcVersionType> * 
        version:string -> TfvcVersionDescriptor
public function TfvcVersionDescriptor(
    versionOption : Nullable<TfvcVersionOption>, 
    versionType : Nullable<TfvcVersionType>, 
    version : String
)
Parameters
- versionOption
 Type: System.Nullable<TfvcVersionOption>
- versionType
 Type: System.Nullable<TfvcVersionType>
- version
 Type: System.String
.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.