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


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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetValue() As Integer
C#
public virtual int GetValue()
C++
public:
 virtual int GetValue()
J#
public virtual int GetValue()
JScript
public virtual  function GetValue() : int

Return Value

An integer representing a specific instance of this class.

See Also