ModuleListPageGrouping Class

 

Defines a specialized System.Windows.Forms.ListView object that can contain subitems.

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

System.Object
  Microsoft.Web.Management.Client.ModuleListPageGrouping

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

NameDescription
System_CAPS_pubmethodModuleListPageGrouping(String, String)

Initializes a new instance of the ModuleListPageGrouping class.

NameDescription
System_CAPS_pubpropertyName

Gets the name of the grouping.

System_CAPS_pubpropertyText

Gets the display name of the grouping.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two ModuleListPageGrouping objects are equal.(Overrides Object.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Gets the display name of the grouping.(Overrides Object.ToString().)

For an example of a ModuleListPageGrouping object, see the .NET Profile page in IIS Manager.

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: