IFilterRow.FilterValues 속성

정의

설정할 필터 값을 나타내는 문자열의 컬렉션을 가져오거나 설정합니다.

public:
 property cli::array <System::String ^> ^ FilterValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] FilterValues { get; set; }
member this.FilterValues : string[] with get, set
Public Property FilterValues As String()

속성 값

String[]

필터 값을 나타내는 문자열의 집합을 반환합니다.

적용 대상