Share via


ITypeSpecifier.Type Property

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

See Also

Reference

ITypeSpecifier Interface

ITypeSpecifier Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace