다음을 통해 공유


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

속성 값

String

무시할 요소의 이름입니다.

특성

적용 대상