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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Property PropagatesDelete As Boolean
'Usage
Dim instance As DomainRoleAttribute 
Dim value As Boolean 

value = instance.PropagatesDelete

instance.PropagatesDelete = value
public bool PropagatesDelete { get; set; }
public:
property bool PropagatesDelete {
    bool get ();
    void set (bool value);
}
public function get PropagatesDelete () : boolean 
public 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

DomainRoleAttribute Members

Microsoft.VisualStudio.Modeling Namespace