Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.