Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(PropertyValue,Boolean) Operator
Boolean to save.
Example
In This Topic
    Implicit Type Conversion(PropertyValue,Boolean) Operator
    In This Topic
    Implicit conversion from System.Boolean to PropertyValue.
    Syntax
    public PropertyValue operator implicit( 
       bool value
    )

    Parameters

    value
    Boolean to save.

    Return Value

    New PropertyValue created from the given System.Boolean.
    Remarks
    The resulting instance can hold only System.Boolean values from this moment.
    Example
    PropertyValue value = true;
    See Also