Share via


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

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Server.Core Namespace