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 link in which the model element is a role player.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property Link As ElementLink
'Usage
Dim instance As RolePlayerPropertyDescriptor
Dim value As ElementLink
value = instance.Link
public ElementLink Link { get; }
public:
property ElementLink^ Link {
ElementLink^ get ();
}
public function get Link () : ElementLink
Property Value
Type: Microsoft.VisualStudio.Modeling.ElementLink
The link in which the model element is a role player; or nulla null reference (Nothing in Visual Basic) if the value of the described role property is nulla null reference (Nothing in Visual Basic).
.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. |