Places the parameter on a localizable page.
int StringId
String ID in the namespace of the current class, in the default language defined for the class.
PageAttribute(int StringId, string Label, int Priority)
Places the parameter on a localizable page.
string Label
Default label string, in the default language defined for the class.
const int DefaultPriority
Default priority of pages (100).
int Priority
Priority of page (default=100).
PageAttribute(int StringId, string Label)
Places the parameter on a localizable page.
PageAttribute(string Label)
Places the parameter on a page.
PageAttribute(string Label, int Priority)
Places the parameter on a page.