ProviderMetadata.DisplayName Propriedade
Definição
Obtém o nome localizado do provedor de eventos.Gets the localized name of the event provider.
public:
property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
[get: System.Security.SecurityCritical]
public string DisplayName { get; }
member this.DisplayName : string
[<get: System.Security.SecurityCritical>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
Valor da propriedade
Retorna uma cadeia de caracteres que contém o nome localizado do provedor de eventos.Returns a string that contains the localized name of the event provider.
- Atributos