A constant representing a
instance of type
. This specifies that the initial constituent of the join is greater than or equal to the other constituent.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly GREATER_THAN_EQUAL_TO As JoinComparison |
C# |
---|
public static readonly JoinComparison GREATER_THAN_EQUAL_TO; |
C++ |
---|
public: static const JoinComparison GREATER_THAN_EQUAL_TO; |
J# |
---|
public static final JoinComparison GREATER_THAN_EQUAL_TO |
JScript |
---|
public static const var GREATER_THAN_EQUAL_TO : JoinComparison; |