다음을 통해 공유


DeviceFilterElement.Method 속성

정의

평가기 대리자로 사용되는 FilterClass 속성에서 지정하는 클래스의 메서드를 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

속성 값

평가기 대리자인 FilterClass의 메서드입니다.

특성

설명

이 속성은 계산기에 사용 되는 (또는 대리자 기반) 필터입니다.

적용 대상