Share via


ModelElementClass.RelationshipClasses Property

Gets a list of relationship classes for this element.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property RelationshipClasses As IList(Of ModelRelationshipClass)
public IList<ModelRelationshipClass> RelationshipClasses { get; }
public:
property IList<ModelRelationshipClass^>^ RelationshipClasses {
    IList<ModelRelationshipClass^>^ get ();
}
member RelationshipClasses : IList<ModelRelationshipClass>
function get RelationshipClasses () : IList<ModelRelationshipClass>

Property Value

Type: System.Collections.Generic.IList<ModelRelationshipClass>
A list of relationships.

.NET Framework Security

See Also

Reference

ModelElementClass Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelRelationshipClass