Label Property

The label of the QualifiedName

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

Syntax

'Declaration
Public Property Label As String
    Get
    Private Set
'Usage
Dim instance As QualifiedName
Dim value As String

value = instance.Label
public string Label { get; private set; }
public:
property String^ Label {
    String^ get ();
    private: void set (String^ value);
}
member Label : string with get, private set
function get Label () : String
private function set Label (value : String)

Property Value

Type: System..::..String

See Also

Reference

QualifiedName Class

Microsoft.Data.Tools.Model Namespace