Share via


DomainRoleAttribute.PropagatesDelete Property

Gets or sets whether the domain role propagates delete operations through this role to the opposite role.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public Property PropagatesDelete As Boolean
public bool PropagatesDelete { get; set; }
public:
property bool PropagatesDelete {
    bool get ();
    void set (bool value);
}
member PropagatesDelete : bool with get, set
function get PropagatesDelete () : boolean 
function set PropagatesDelete (value : boolean)

Property Value

Type: System.Boolean
true if the delete operations are propagated; otherwise, false.

.NET Framework Security

See Also

Reference

DomainRoleAttribute Class

Microsoft.VisualStudio.Modeling Namespace