Returns an integer value associated with a specific instance of this class.

Namespace:  FileNet.Api.Constants
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Overridable Function GetValue As Integer
C#
public virtual int GetValue()
Visual C++
public:
virtual int GetValue()
JavaScript
function getValue();

Return Value

An integer representing a specific instance of this class.

ToggleSee Also