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

Syntax

Visual Basic (Declaration)
<NonSerializedAttribute>
Protected vals As Hashtable
C#
[NonSerializedAttribute]
protected Hashtable vals;
C++
[NonSerializedAttribute]
protected:
 Hashtable vals sealed ;
J#
/** @attribute NonSerializedAttribute() */
protected Hashtable vals
JScript
protected 
   NonSerializedAttribute
vals : Hashtable;

See Also