Name Property
Gets or sets {insert text here}.
Namespace: Microsoft.Data.Relational.Design.Controls
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public Property Name As String
Get
Protected Set
'Usage
Dim instance As PickerItemBase
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; protected set; }
public:
property String^ Name {
String^ get ();
protected: void set (String^ value);
}
member Name : string with get, set
function get Name () : String
protected function set Name (value : String)
Property Value
Type: System..::..String