The current user's realm. The current user is the user under whose credentials RPCs are being performed.


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

Syntax

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

Remarks

See Also