Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the version spec that was used when DestroyFlags.KeepHistory is set to limit the number of versions of files to have their content destroyed.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Déclaration
Public ReadOnly Property StopAtSpec As VersionSpec
Get
public VersionSpec StopAtSpec { get; }
public:
property VersionSpec^ StopAtSpec {
VersionSpec^ get ();
}
member StopAtSpec : VersionSpec
function get StopAtSpec () : VersionSpec
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.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.