setCommunityProperties

Sets the attribute named by the key to the value in the community named by communityName.

Syntax

setCommunityProperties (communityName, properties)

Purpose

The setCommunityProperties command sets the attribute named by the key to the value in the communityName.

Data types: string and hash string

Sample

set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
set c {provider = {name=GenericProvider }, customProperties=[{name=f, value="some value"}]}
$AdminControl invoke $ons setCommunityProperties “aol {$c}"