CatalogResourceTypeConstraints.DeleteConstraints Property
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.