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
    Get
    Set
'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)
abstract Type : IType with get, set

Property Value

Type: Microsoft.Data.Schema.SchemaModel.Abstract.IType
Returns a IType.

.NET Framework Security

See Also

Reference

ITypeSpecifier Interface

ITypeSpecifier Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace