A collection of all Realm objects for the EntireNetwork object.


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

Syntax

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

Remarks

See Also