PropertyValue class

PropertyValue class

Represents a property value.

The PropertyValue type exposes the following members:

Constructors

Constructor Description
__init__(self, value) Initializes a new instance of the PropertyValue class with an integer value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a long value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a boolean value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a double value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a string value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a object value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a DateTime value.
__init__(self, value) Initializes a new instance of the PropertyValue class with a TimeSpan value.
__init__(self, values) Initializes a new instance of the PropertyValue class with a string array.
__init__(self, values) Initializes a new instance of the PropertyValue class with a byte array.
__init__(self, values) Initializes a new instance of the PropertyValue class with an array of double values.
__init__(self, values) Initializes a new instance of the PropertyValue class with an array of integer values.
__init__(self, values) Initializes a new instance of the PropertyValue class with an array of long values.
__init__(self, values) 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(self, value_acceptor) Extracts the property value using a custom ValueAcceptor.

See Also