VerityAdminMasterServerHostname/Port refers to a slave server, not a master server This field is read-only.


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

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly CBR_NOT_MASTER_ADMIN_SERVER As ExceptionCode
C#
public static readonly ExceptionCode CBR_NOT_MASTER_ADMIN_SERVER;
C++
public:
 static const ExceptionCode CBR_NOT_MASTER_ADMIN_SERVER;
J#
public static final ExceptionCode CBR_NOT_MASTER_ADMIN_SERVER
JScript
public static const var CBR_NOT_MASTER_ADMIN_SERVER : ExceptionCode;

See Also