Share via


DeviceFilterElement.Argument Vlastnost

Definice

Získá nebo nastaví argument, proti kterému by měla být porovnána schopnost. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s ASP.NET.

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

Hodnota vlastnosti

Argument, se kterým by se funkce měla porovnat.

Atributy

Poznámky

Tato vlastnost se používá ve filtrech porovnání.

Platí pro