Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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