SearchConditionJAExpression Property |
Maps to SearchCondition's Expression Property.
Namespace:
MFiles.VAF.Configuration.JsonAdaptor
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic ExpressionJA Expression { get; set; }
Public Property Expression As ExpressionJA
Get
Set
public:
property ExpressionJA^ Expression {
ExpressionJA^ get ();
void set (ExpressionJA^ value);
}
Property Value
Type:
ExpressionJA
See Also