RolePlayerPropertyDescriptor.RelationshipInfo Property

Gets the metadata for the link in which the model element is a role player.

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

Syntax

'Declaration
Public ReadOnly Property RelationshipInfo As DomainRelationshipInfo
public DomainRelationshipInfo RelationshipInfo { get; }
public:
property DomainRelationshipInfo^ RelationshipInfo {
    DomainRelationshipInfo^ get ();
}
member RelationshipInfo : DomainRelationshipInfo
function get RelationshipInfo () : DomainRelationshipInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRelationshipInfo
The metadata for the link in which the model element is a role player.

Remarks

Always returns the info from the static Store.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

Microsoft.VisualStudio.Modeling.Design Namespace

DomainRelationship