If either the VerityMasterAdminServerHostname or VerityMasterAdminServerPort is non-null, both must be non-null. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT As ExceptionCode |
C# |
---|
public static readonly ExceptionCode PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT; |
C++ |
---|
public: static const ExceptionCode PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT; |
J# |
---|
public static final ExceptionCode PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT |
JScript |
---|
public static const var PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT : ExceptionCode; |
See Also