DestroyEventArgs.StopAtSpec Property

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

'Declaration
Public ReadOnly Property StopAtSpec As VersionSpec
public VersionSpec StopAtSpec { get; }
public:
property VersionSpec^ StopAtSpec {
    VersionSpec^ get ();
}
member StopAtSpec : VersionSpec with get
function get StopAtSpec () : VersionSpec

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
Returns VersionSpec.

.NET Framework Security

See Also

Reference

DestroyEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace