DeviceFilterElement.Argument Propriedade

Definição

Obtém ou define o argumento com o qual a funcionalidade deve ser comparada.Gets or sets the argument against which the capability should be compared. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see 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 da propriedade

String

O argumento com o qual a funcionalidade deve ser comparada.The argument against which the capability should be compared.

Atributos

Comentários

Essa propriedade é usada em filtros de comparação.This property is used in comparison filters.

Aplica-se a