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

Syntax

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

See Also