ModulePageIdentifierAttribute Class

Definition

Associates a unique identifier with a module page.

public ref class ModulePageIdentifierAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ModulePageIdentifierAttribute : Attribute
type ModulePageIdentifierAttribute = class
    inherit Attribute
Public NotInheritable Class ModulePageIdentifierAttribute
Inherits Attribute
Inheritance
ModulePageIdentifierAttribute
Attributes

Remarks

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

Constructors

ModulePageIdentifierAttribute(String)

Initializes a new instance of the ModulePageIdentifierAttribute class.

Properties

Guid

Gets the identifier that is used in the preference store.

Applies to