OfTypeSpecification constructor

__init__(self, property_type)

Initializes a new instance of the OfTypeSpecification class.


def __init__(self, property_type):
    ...
Parameter Type Description
property_type groupdocs.metadata.common.MetadataPropertyType The type of properties that satisfy the specification.

See Also