WithValueSpecification constructor

__init__(self, property_value)

Initializes a new instance of the WithNameSpecification class.


def __init__(self, property_value):
    ...
Parameter Type Description
property_value System.Object The type of properties that satisfy the specification.

See Also