DeviceFilterElement::Argument Property

 

Gets or sets the argument against which the capability should be compared. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[ConfigurationPropertyAttribute("argument")]
[StringValidatorAttribute(MinLength = 1)]
property String^ Argument {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The argument against which the capability should be compared.

This property is used in comparison filters.

.NET Framework
Available since 2.0
Return to top
Show: