Proprietà LocalizableMemberDescriptor.DisplayName
Gets the localized name that is displayed in object browsers.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property DisplayName As String
Get
'Utilizzo
Dim instance As LocalizableMemberDescriptor
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
Valore proprietà
Tipo: System.String
The localized name that is displayed in object browsers.