DeviceSpecificChoice.Argument Property

Definition

Gets or sets the argument used for a Filter property. The default value is null. This API is obsolete. 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); };
public string Argument { get; set; }
member this.Argument : string with get, set
Public Property Argument As String

Property Value

The argument used for a Filter.

Remarks

If the filter is a comparison filter, the value of Argument is used in place of the argument value defined in Web.config. If the value of Filter is the name of a method (either on the page or off in an assembly pointed to by Web.config), the value of Argument is supplied as an argument to that method.

Applies to

See also