Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type.
Namespace:  Microsoft.Data.Schema.SchemaModel.Abstract
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property Type As IType
'Usage
Dim instance As ITypeSpecifier 
Dim value As IType 
value = instance.Type
instance.Type = value
IType Type { get; set; }
property IType^ Type {
    IType^ get ();
    void set (IType^ value);
}
function get Type () : IType 
function set Type (value : IType)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IType
.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.