Share via


DomainRoleInfo.PropagatesCopy Property

Gets the domain role and verifies whether the element playing this role in a link will be copied when the opposite role player element is copied.

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

Syntax

'Declaration
Public ReadOnly Property PropagatesCopy As Boolean
'Usage
Dim instance As DomainRoleInfo 
Dim value As Boolean 

value = instance.PropagatesCopy
public bool PropagatesCopy { get; }
public:
property bool PropagatesCopy {
    bool get ();
}
public function get PropagatesCopy () : boolean

Property Value

Type: System.Boolean
true if the element playing this role in a link will be copied; otherwise, false.

.NET Framework Security

See Also

Reference

DomainRoleInfo Class

DomainRoleInfo Members

Microsoft.VisualStudio.Modeling Namespace