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