다음을 통해 공유


FilterTableEntryElement.FilterName 속성

정의

필터 요소에 대한 참조를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ FilterName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("filterName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string FilterName { get; set; }
[<System.Configuration.ConfigurationProperty("filterName", DefaultValue=null, Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.FilterName : string with get, set
Public Property FilterName As String

속성 값

String

필터 요소의 키입니다.

특성

적용 대상