| ConstantExpressionValue Property |
Note: This API is now obsolete.
Gets or sets the value.
Namespace:
Dynamicweb.Indexing.Querying.Expressions
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax [ObsoleteAttribute("Use DataValue instead.")]
public Object Value { get; set; }
<ObsoleteAttribute("Use DataValue instead.")>
Public Property Value As Object
Get
Set
Property Value
Type:
Object
The value.
See Also