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

Syntax

Visual Basic (Declaration)
Public const MAX_WORKER_THREADS As String = "MaxWorkerThreads"
C#
public const string MAX_WORKER_THREADS = "MaxWorkerThreads";
C++
public:
 const String MAX_WORKER_THREADS = L"MaxWorkerThreads";
J#
public const string MAX_WORKER_THREADS = "MaxWorkerThreads"
JScript
public const MAX_WORKER_THREADS : String = "MaxWorkerThreads";

See Also