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.
The constraints that define how this node can be deleted.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property DeleteConstraints As DeleteConstraints
public DeleteConstraints DeleteConstraints { get; set; }
public:
property DeleteConstraints^ DeleteConstraints {
DeleteConstraints^ get ();
void set (DeleteConstraints^ value);
}
member DeleteConstraints : DeleteConstraints with get, set
function get DeleteConstraints () : DeleteConstraints
function set DeleteConstraints (value : DeleteConstraints)
Property Value
Type: Microsoft.TeamFoundation.Server.Core.DeleteConstraints
Returns DeleteConstraints.
.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.