LocalizablePropertyDescriptor.DisplayName Property
Gets the localized name that is displayed in object browsers. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim value As String
value = instance.DisplayName
public override string DisplayName { get; }
public:
virtual property String^ DisplayName {
String^ get () override;
}
abstract DisplayName : string
override DisplayName : string
override function get DisplayName () : String
Property Value
Type: System.String
The localized name that is displayed in object browsers.