IgnoreDeviceFilterElement.Name プロパティ

定義

無視する要素の名前を取得します。

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

プロパティ値

無視する要素の名前。

属性

適用対象