AddCommunity method

Adds a community to a provisioning group.

Syntax


C++
HRESULT AddCommunity(
   IERUCommunity
* pCommunity)
Scripting languages
Object.AddCommunity(
   
pCommunity as IERUCommunity)

Parameters


pCommunity

The community you want to add, as an IERUCommunity interface.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUProvisioningGroup