Returns an int value associated with a specific instance of this class.
Each constant has an associated integer value, which is only
useful for use in a switch() construct. For simple comparisons,
call Equals() or use "==".
Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetIntValue As Integer |
| C# |
|---|
public int GetIntValue() |
| Visual C++ |
|---|
public: int GetIntValue() |
| JavaScript |
|---|
function getIntValue(); |