CatalogResourceTypeConstraints.DeleteConstraints Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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.Framework.Server.Alm.DeleteConstraints

.NET Framework Security

See Also

Reference

CatalogResourceTypeConstraints Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace