GetRequest.VersionSpec Property
Gets or sets the version that is being requested.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property VersionSpec As VersionSpec
public VersionSpec VersionSpec { get; set; }
public:
property VersionSpec^ VersionSpec {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member VersionSpec : VersionSpec with get, set
function get VersionSpec () : VersionSpec
function set VersionSpec (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The version that is being requested.
.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.