Namespace:
FileNet.Api.Action
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected const OBJECT_ID As String = "objectId" |
C# |
---|
protected const string OBJECT_ID = "objectId"; |
C++ |
---|
protected: const String OBJECT_ID = L"objectId"; |
J# |
---|
protected const string OBJECT_ID = "objectId" |
JScript |
---|
protected const OBJECT_ID : String = "objectId"; |
See Also