VirtualBaseNode.Name Property

Definition

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Management.UI.VSIntegration.DisplayCategory("Location")]
[Microsoft.SqlServer.Management.UI.VSIntegration.DisplayNameDescription("NameOfTheFolderShort", "NameOfTheFolder")]
[System.ComponentModel.ReadOnly(true)]
[System.Xml.Serialization.XmlAttribute]
public override string Name { get; set; }
[<Microsoft.SqlServer.Management.UI.VSIntegration.DisplayCategory("Location")>]
[<Microsoft.SqlServer.Management.UI.VSIntegration.DisplayNameDescription("NameOfTheFolderShort", "NameOfTheFolder")>]
[<System.ComponentModel.ReadOnly(true)>]
[<System.Xml.Serialization.XmlAttribute>]
member this.Name : string with get, set
Public Overrides Property Name As String

Property Value

String
Attributes

Applies to