GetRequest.VersionSpec Property
Version of item to obtain. Required.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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.Server.VersionSpec
Returns VersionSpec.
.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.