Share via


Type Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.EntityDataModel
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property Type As IValueProperty(Of String)
    Get
'Usage
Dim instance As IProperty
Dim value As IValueProperty(Of String)

value = instance.Type
IValueProperty<string> Type { get; }
property IValueProperty<String^>^ Type {
    IValueProperty<String^>^ get ();
}
abstract Type : IValueProperty<string>
function get Type () : IValueProperty<String>

Property Value

Type: Microsoft.Data.Tools.Model..::..IValueProperty< (Of < ( <'String> ) > ) >

See Also

Reference

IProperty Interface

Microsoft.Data.Tools.Model.EntityDataModel Namespace