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

'宣言
Public ReadOnly Property IsEmbedding As Boolean
'使用
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.

Permissions

See Also

Reference

DomainRelationshipInfo Class

DomainRelationshipInfo Members

Microsoft.VisualStudio.Modeling Namespace