Share via


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

'Declaration
Public ReadOnly Property DomainRelationshipType As Type
'Usage
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.

.NET Framework Security

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

DomainModel.DomainRolePlayerInfo Members

Microsoft.VisualStudio.Modeling Namespace