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