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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipInfo As DomainRelationshipInfo
public DomainRelationshipInfo RelationshipInfo { get; }
public:
property DomainRelationshipInfo^ RelationshipInfo {
DomainRelationshipInfo^ get ();
}
member RelationshipInfo : DomainRelationshipInfo with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RolePlayerPropertyDescriptor Class