Share via


RolePlayerPropertyDescriptor.DomainRoleInfo Property

Gets the metadata for the role of the model element in the link.

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

Syntax

'Declaration
Public ReadOnly Property DomainRoleInfo As DomainRoleInfo
'Usage
Dim instance As RolePlayerPropertyDescriptor 
Dim value As DomainRoleInfo 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
The metadata for the role of the model element in the link.

Remarks

The value of this property is the value of the domainRole parameter that was used in the constructor.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace

RolePlayerPropertyDescriptor

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.