allowRegistrationBeforeUserServices Element

Specifies whether an application should be allowed to register before the UserServices module.

Syntax

  Copy imageCopy Code
<lc:allowRegistrationBeforeUserServices="true" | "false" />

Attributes

None.

Child Elements

None.

Parent Element

applicationManifest

Remarks

  • If set to true, the application will be allowed to register before the UserServices module. If an application attempts to register before the UserServices module but does not have this property set to true, registration fails and a server event log entry is generated.

  • The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.

See Also