DeviceFilterElement.Method 속성

정의

계산기 대리자로 사용되는 속성에 지정된 클래스의 FilterClass 메서드를 가져오거나 설정합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 입니다.

특성

설명

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

적용 대상