DeviceFilterElement Constructor (String, String, String)

 

Initializes a new instance of the DeviceFilterElement class as a comparison filter. 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 Sub New (
	name As String,
	compareName As String,
	argument As String
)

Parameters

name
Type: System.String

The name by which the evaluator will be identified.

compareName
Type: System.String

The capability evaluated by the comparison evaluator.

argument
Type: System.String

The argument against which the capability should be compared.

This constructor is used to create a comparison filter.

.NET Framework
Available since 2.0
Return to top
Show: