Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UnsignedIntegerProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(UnsignedIntegerProperty,UInt32) Operator
Number to store in the property.
Example
In This Topic
    Implicit Type Conversion(UnsignedIntegerProperty,UInt32) Operator
    In This Topic
    Implicit conversion from System.Int32 to UnsignedIntegerProperty.
    Syntax
    public UnsignedIntegerProperty operator implicit( 
       uint value
    )

    Parameters

    value
    Number to store in the property.

    Return Value

    New UnsignedIntegerProperty created from the given System.Int32 value.
    Example
    The following example shows how to convert a number to the UnsignedIntegerProperty.
    UnsignedIntegerProperty unsignedIntProperty = 213;
    See Also