PropertyValue class

PropertyValue class

Represents a property value.

The PropertyValue type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the PropertyValue class with an integer value.
init Initializes a new instance of the PropertyValue class with a long value.
init Initializes a new instance of the PropertyValue class with a boolean value.
init Initializes a new instance of the PropertyValue class with a double value.
init Initializes a new instance of the PropertyValue class with a string value.
init Initializes a new instance of the PropertyValue class with a DateTime value.
init Constructs a new instance of PropertyValue
init Initializes a new instance of the PropertyValue class with a string array.
init Initializes a new instance of the PropertyValue class with a byte array.
init Initializes a new instance of the PropertyValue class with an array of double values.
init Initializes a new instance of the PropertyValue class with an array of integer values.
init Initializes a new instance of the PropertyValue class with an array of long values.
init Initializes a new instance of the PropertyValue class with an array of ushort values.

Properties

Property Description
type Gets the MetadataPropertyType.
raw_value Gets the raw value.

Methods

Method Description
accept_value Extracts the property value using a custom ValueAcceptor.

See Also