Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property ItemVersion As VersionSpec
public VersionSpec ItemVersion { get; set; }
public:
property VersionSpec^ ItemVersion {
VersionSpec^ get ();
void set (VersionSpec^ value);
}
member ItemVersion : VersionSpec with get, set
function get ItemVersion () : VersionSpec
function set ItemVersion (value : VersionSpec)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.
.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.