Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const ALLOWS_NULL As String = "AllowsNull" |
C# |
---|
public const string ALLOWS_NULL = "AllowsNull"; |
C++ |
---|
public: const String ALLOWS_NULL = L"AllowsNull"; |
J# |
---|
public const string ALLOWS_NULL = "AllowsNull" |
JScript |
---|
public const ALLOWS_NULL : String = "AllowsNull"; |
See Also