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
- 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.