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

Syntax

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

See Also