Udostępnij za pośrednictwem


DeviceFilterElement.Method Właściwość

Definicja

Pobiera lub ustawia metodę w klasie określonej przez FilterClass właściwość, która jest używana jako delegat ewaluatora. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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

Wartość właściwości

Metoda w FilterClass tym jest delegatem ewaluatora.

Atrybuty

Uwagi

Ta właściwość jest używana w filtrach ewaluatora (lub opartych na delegatach).

Dotyczy