ProviderMetadata.DisplayName プロパティ

定義

イベント プロバイダーのローカライズされた名前を取得します。

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
public string DisplayName { [System.Security.SecurityCritical] get; }
member this.DisplayName : string
[<get: System.Security.SecurityCritical>]
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

プロパティ値

イベント プロバイダーのローカライズされた名前が格納された文字列を返します。

属性

適用対象

こちらもご覧ください