Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipInfo As DomainRelationshipInfo
'Usage
Dim instance As RolePlayerPropertyDescriptor 
Dim value As DomainRelationshipInfo 

value = instance.RelationshipInfo
public DomainRelationshipInfo RelationshipInfo { get; }
public:
property DomainRelationshipInfo^ RelationshipInfo {
    DomainRelationshipInfo^ get ();
}
public 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.

.NET Framework Security

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace

DomainRelationship

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.