PP.initNamespace

Syntax

initNamespace(namespace: Object, name: String, resourceGroup:  String|Array);

Parameters

namespace. Namespace to be initialized.

name. Full name of the namespace.

resourceGroup. Resource group or array of groups linked to the namespace.

Description

The initNamespace method initializes a namespace.

Example

The example of use is given in the with description of the PP.initClass method.

See also:

PP