Dela via


ElementClass.RelationshipClasses Property

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

Syntax

'Declaration
Public ReadOnly Property RelationshipClasses As IList(Of RelationshipClass)
'Usage
Dim instance As ElementClass 
Dim value As IList(Of RelationshipClass)

value = instance.RelationshipClasses
public IList<RelationshipClass> RelationshipClasses { get; }
public:
property IList<RelationshipClass^>^ RelationshipClasses {
    IList<RelationshipClass^>^ get ();
}
public function get RelationshipClasses () : IList<RelationshipClass>

Property Value

Type: System.Collections.Generic.IList<RelationshipClass>

.NET Framework Security

See Also

Reference

ElementClass Class

ElementClass Members

Microsoft.Data.Schema.SchemaModel Namespace