RolePlayerPropertyDescriptor.GetValue Method

Gets the value of the domain role property.

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

Syntax

'Declaration
Public Overrides Function GetValue ( _
    component As Object _
) As Object
public override Object GetValue(
    Object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
abstract GetValue : 
        component:Object -> Object 
override GetValue : 
        component:Object -> Object 
public override function GetValue(
    component : Object
) : Object

Parameters

  • component
    Type: System.Object
    The link from which to get the value of the property.

Return Value

Type: System.Object
The value of the domain role property.

Remarks

This method returns the value of the Id property of the opposite model element.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace

PropertyType

SetValue