EntityPropertyValue Class
.gif)
Contains a property name and value for a specific entity.
Public Class EntityPropertyValue
Member of [Namespace]
[C#]
public class EntityPropertyValue : System.Object
Member of [Namespace]
Public Properties
Name |
The name of the property. String. |
Value |
The value of the property. Object. |
Remarks
- On output, an array of EntityPropertyValue objects is used in the Entity.Properties property returned from the points of interest find methods (FindServiceSoap.FindByID, FindServiceSoap.FindByProperty, FindServiceSoap.FindNearby and FindServiceSoap.FindNearRoute) and GetLocationInfo methods of the FindServiceSoap class.
- On input, an array of EntityPropertyValue objects is used in the WhereClause.SearchProperties property, which is used with the FindFilter.WhereClause property.
- For a description of how the entity property values for a data source are organized, use the EntityProperty class.
See Also
Entity.Properties Property | FindServiceSoap.FindNearby Method | FindServiceSoap.GetLocationInfo Method | WhereClause.SearchProperties Property | FindFilter.WhereClause Property | FindNearbySpecification.Filter Property | EntityProperty Class
.gif)