GetCommunity method

Returns a Community by name.

Syntax


C++

HRESULT GetCommunity(
   BSTR Name,
   IERUCommunity **ppCommunity)

Scripting languages
Set community = Object.GetCommunity(
   Name as String)

Parameters


Name

The Name of the requested Community.

ppCommunity

Upon return, an IERUCommunity interface pointer to the requested object.

Return value


C++

The return code.

Scripting languages

An IERUCommunity interface pointer to the requested object.

Home

Applies to

IERUCommunityManager