ObjectMetadataEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single metadata entry for an object.
public ref class ObjectMetadataEntry
public class ObjectMetadataEntry
type ObjectMetadataEntry = class
Public Class ObjectMetadataEntry
- Inheritance
-
ObjectMetadataEntry
Remarks
Lifetime is managed by the owning metadata container (ObjectMetadata).
Properties
AsBool |
Returns the value of this metadata as a bool. |
AsDouble |
Returns the value of this metadata as a double. |
AsInt |
Returns the value of this metadata as an Int32. |
AsInt64 |
Returns the value of this metadata as an Int64. |
AsString |
Returns the value of this metadata as a string. |
AsUInt64 |
Returns the value of this metadata as a UInt64. |
Name |
Name of this metadata entry. |
Type |
Type of this metadata. See MetadataValueType. |