Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RolePlayerPropertyDescriptor Class
RolePlayerPropertyDescriptor Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |