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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Property PropagatesDelete As Boolean
Get
Set
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
- 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.