Name Property

Gets {insert text here}.

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

Syntax

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

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

Property Value

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

Implements

IReferenceableModelObject..::..Name

See Also

Reference

NameableModelElement Class

Microsoft.Data.Tools.Model.Simple Namespace