ModelPropertyContainerClass.PropertyClasses Property
Gets a list of metadata objects for the properties in this element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyClasses As IList(Of ModelPropertyClass)
public IList<ModelPropertyClass> PropertyClasses { get; }
public:
property IList<ModelPropertyClass^>^ PropertyClasses {
IList<ModelPropertyClass^>^ get ();
}
member PropertyClasses : IList<ModelPropertyClass>
function get PropertyClasses () : IList<ModelPropertyClass>
Property Value
Type: System.Collections.Generic.IList<ModelPropertyClass>
A list of property metadata objects.
.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
ModelPropertyContainerClass Class