Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.