The MetadataItem type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Public methodDeleteAsync
Deletes this metadata item.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAsync
Updates the value of this metadata item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodDelete (Defined by MetadataItemTaskWrappers.)
Public Extension MethodSet (Defined by MetadataItemTaskWrappers.)

Properties

  NameDescription
Public propertyApplicationTag
Gets a custom application Tag for this item.
Public propertyDistanceInKilometers
Gets the distance in kilo-meters from the given origin in the Metadata Search method.
Public propertyDistanceInMeters
Gets the distance in meters from the given origin in the Metadata Search method.
Public propertyDistanceInMiles
Gets the distance in miles from the given origin in the Metadata Search method.
Public propertyDistanceInYards
Gets the distance in yards from the given origin in the Metadata Search method.
Public propertyDistanceOriginLatitude
Gets the latitude of the origin that was used in the metadata search.
Public propertyDistanceOriginLongitude
Gets the longitude of the origin that was used in the metadata search.
Public propertyKey
Gets the key for this item.
Public propertyLastUpdateOn
Gets the last date this item was updated.
Public propertyLatitude
Gets the latitude of this item.
Public propertyLongitude
Gets the longitude of this item.
Public propertyValue
Gets the value for this item.

See Also