Name Property

Gets {insert text here}.

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

Syntax

'Declaration
ReadOnly Property Name As IValueProperty(Of String)
    Get
'Usage
Dim instance As IReferenceableModelObject
Dim value As IValueProperty(Of String)

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

Property Value

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

See Also

Reference

IReferenceableModelObject Interface

Microsoft.Data.Tools.Model Namespace