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