Share via


RolePlayerPropertyDescriptor.SourcePlayer Property

Gets the model element that is the role player for the link.

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

Syntax

'Declaration
Protected ReadOnly Property SourcePlayer As ModelElement
'Usage
Dim value As ModelElement 

value = Me.SourcePlayer
protected ModelElement SourcePlayer { get; }
protected:
property ModelElement^ SourcePlayer {
    ModelElement^ get ();
}
protected function get SourcePlayer () : ModelElement

Property Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
The model element that is the role player for the link.

Remarks

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

.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.