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