| CodeExpressionType Property |
Note: This API is now obsolete.
Gets the type of the value.
Namespace:
Dynamicweb.Indexing.Querying.Expressions
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax [ObsoleteAttribute("Use TypeName instead.")]
public string Type { get; }
<ObsoleteAttribute("Use TypeName instead.")>
Public ReadOnly Property Type As String
Get
Property Value
Type:
String
The type.
See Also