The MetadataItem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo | ||
| DeleteAsync |
Deletes this metadata item.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetAsync |
Updates the value of this metadata item.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| Delete | (Defined by MetadataItemTaskWrappers.) | |
| Set | (Defined by MetadataItemTaskWrappers.) |
Properties
| Name | Description | |
|---|---|---|
| ApplicationTag |
Gets a custom application Tag for this item.
| |
| DistanceInKilometers |
Gets the distance in kilo-meters from the given origin in the Metadata Search method.
| |
| DistanceInMeters |
Gets the distance in meters from the given origin in the Metadata Search method.
| |
| DistanceInMiles |
Gets the distance in miles from the given origin in the Metadata Search method.
| |
| DistanceInYards |
Gets the distance in yards from the given origin in the Metadata Search method.
| |
| DistanceOriginLatitude |
Gets the latitude of the origin that was used in the metadata search.
| |
| DistanceOriginLongitude |
Gets the longitude of the origin that was used in the metadata search.
| |
| Key |
Gets the key for this item.
| |
| LastUpdateOn |
Gets the last date this item was updated.
| |
| Latitude |
Gets the latitude of this item.
| |
| Longitude |
Gets the longitude of this item.
| |
| Value |
Gets the value for this item.
|