ModelSchema.ElementClasses Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ElementClasses As IList(Of ModelElementClass)
public IList<ModelElementClass> ElementClasses { get; }
public:
property IList<ModelElementClass^>^ ElementClasses {
IList<ModelElementClass^>^ get ();
}
member ElementClasses : IList<ModelElementClass>
function get ElementClasses () : IList<ModelElementClass>
Property Value
Type: System.Collections.Generic.IList<ModelElementClass>
.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.