Share via


RolePlayerPropertyDescriptor.Link Property

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

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.