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.
This is the version of the item(s) that are being included in the label. If this is an exclusion the version should not be specified.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Version As VersionSpec
public VersionSpec Version { get; set; }
public:
property VersionSpec^ Version {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member Version : VersionSpec with get, set
function get Version () : VersionSpec
function set Version (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.