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

Syntax

Visual Basic (Declaration)
Public const PROPERTY_IDENTITY As String = "PropertyIdentity"
C#
public const string PROPERTY_IDENTITY = "PropertyIdentity";
C++
public:
 const String PROPERTY_IDENTITY = L"PropertyIdentity";
J#
public const string PROPERTY_IDENTITY = "PropertyIdentity"
JScript
public const PROPERTY_IDENTITY : String = "PropertyIdentity";

See Also