次の方法で共有


BufferModeSettings.Name プロパティ

定義

BufferModeSettings オブジェクトの名前を取得または設定します。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.Name : string with get, set
Public Property Name As String

プロパティ値

String

BufferModeSettings オブジェクトの名前。 既定値は空の文字列です。

属性

次のコード例は、MaxBufferSize プロパティの使用方法を示しています。 このコード例は、HealthMonitoringSection クラスのために提供されている大規模な例の一部です。

bufferModeSetting.Name = "Operations Notification";
bufferModeSetting.Name = "Operations Notification"

注釈

一意の名前が必要です。

適用対象

こちらもご覧ください