Specifies a CMODApplicationGroupSet object containing the set collection of application groups defined in the IBM Content Manager OnDemand (CMOD) external repository associated with this CMOD fixed content device.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property CMODApplicationGroups As ICMODApplicationGroupSet
C#
ICMODApplicationGroupSet CMODApplicationGroups { get; }
C++
property ICMODApplicationGroupSet CMODApplicationGroups abstract  {
    ICMODApplicationGroupSet get();
}
J#
/** property */
public ICMODApplicationGroupSet get_CMODApplicationGroups();
JScript
public function get CMODApplicationGroups() : ICMODApplicationGroupSet

Remarks

See Also