Share via


DomainRelationshipInfo.IsEmbedding Property

Gets whether the player of the source role logically contains the players of the target role.

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

Syntax

'Declaration
Public ReadOnly Property IsEmbedding As Boolean
'Usage
Dim instance As DomainRelationshipInfo 
Dim value As Boolean 

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

Property Value

Type: System.Boolean

Remarks

Indicates whether the player of the source role logically contains the players of the target role in this relationship.

.NET Framework Security

See Also

Reference

DomainRelationshipInfo Class

DomainRelationshipInfo Members

Microsoft.VisualStudio.Modeling Namespace