Share via


DeviceFilterElement.Argument Propiedad

Definición

Obtiene o establece el argumento con el que se debe comparar la función. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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

Valor de propiedad

Argumento con el que se debe comparar la función.

Atributos

Comentarios

Esta propiedad se usa en filtros de comparación.

Se aplica a