Share via


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

See Also

Reference

ModelPropertyContainerClass Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelPropertyClass