DomainModel.DomainRolePlayerInfo.DomainRelationshipType Property

Get the domain relationship that this role belongs to.

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

Syntax

'宣言
Public ReadOnly Property DomainRelationshipType As Type
'使用
Dim instance As DomainModel..::.DomainRolePlayerInfo
Dim value As Type

value = instance.DomainRelationshipType
public Type DomainRelationshipType { get; }
public:
property Type^ DomainRelationshipType {
    Type^ get ();
}
public function get DomainRelationshipType () : Type

Property Value

Type: System.Type

The type for the domain relationship.

Permissions

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

DomainModel.DomainRolePlayerInfo Members

Microsoft.VisualStudio.Modeling Namespace