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

Syntax

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

See Also