Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const FCP_POOL_IDLE_TIMEOUT_SECONDS As String = "FcpPoolIdleTimeoutSeconds" |
C# |
---|
public const string FCP_POOL_IDLE_TIMEOUT_SECONDS = "FcpPoolIdleTimeoutSeconds"; |
C++ |
---|
public: const String FCP_POOL_IDLE_TIMEOUT_SECONDS = L"FcpPoolIdleTimeoutSeconds"; |
J# |
---|
public const string FCP_POOL_IDLE_TIMEOUT_SECONDS = "FcpPoolIdleTimeoutSeconds" |
JScript |
---|
public const FCP_POOL_IDLE_TIMEOUT_SECONDS : String = "FcpPoolIdleTimeoutSeconds"; |
See Also