PropertyContainerClass.PropertyClasses Property
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property PropertyClasses As IList(Of PropertyClass)
'Usage
Dim instance As PropertyContainerClass
Dim value As IList(Of PropertyClass)
value = instance.PropertyClasses
public IList<PropertyClass> PropertyClasses { get; }
public:
property IList<PropertyClass^>^ PropertyClasses {
IList<PropertyClass^>^ get ();
}
public function get PropertyClasses () : IList<PropertyClass>
Property Value
Type: System.Collections.Generic.IList<PropertyClass>
.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.