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