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