ModuleListPageSearchField Class

 

Defines a container class for search parameters for a ModuleListPage object.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.ModuleListPageSearchField

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class ModuleListPageSearchField

NameDescription
System_CAPS_pubmethodModuleListPageSearchField(String, String)

Initializes a new instance of the ModuleListPageSearchField class.

NameDescription
System_CAPS_pubpropertyName

Gets the name of the search parameter.

System_CAPS_pubpropertyText

Gets the internationalized name of the search parameter.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the name of the object.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: