Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UnsignedIntegerProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(UInt32,UnsignedIntegerProperty) Operator
Unsigned integer property to convert to unsigned integer.
In This Topic
    Implicit Type Conversion(UInt32,UnsignedIntegerProperty) Operator
    In This Topic
    Implicit conversion from UnsignedIntegerProperty to System.UInt32.
    Syntax
    public uint operator implicit( 
       UnsignedIntegerProperty property
    )

    Parameters

    property
    Unsigned integer property to convert to unsigned integer.

    Return Value

    Unsigned integer value from the property.
    See Also