ModulePageIdentifierAttribute Class

IIS 7.0
 

Associates a unique identifier with a module page.

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

System.Object
  System.Attribute
    Microsoft.Web.Management.Client.ModulePageIdentifierAttribute

[<Sealed>]
[<AttributeUsageAttribute(AttributeTargets.Class)>]
type ModulePageIdentifierAttribute = 
    class
        inherit Attribute
    end

NameDescription
System_CAPS_pubmethodModulePageIdentifierAttribute(String)

Initializes a new instance of the ModulePageIdentifierAttribute class.

NameDescription
System_CAPS_pubpropertyGuid

Gets the identifier that is used in the preference store.

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

You can use the unique identifier (GUID) of an IModulePage interface for page navigation and preferences.

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: