Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / UnsignedIntegerProperty Class / UnsignedIntegerProperty Constructor / UnsignedIntegerProperty Constructor()
Example
In This Topic
    UnsignedIntegerProperty Constructor()
    In This Topic
    Creates a new instance of an empty UnsignedIntegerProperty.
    Syntax
    public UnsignedIntegerProperty()
    Example
    The following example shows how to create a new empty UnsignedIntegerProperty.
    UnsignedIntegerProperty unsignedIntProperty = new UnsignedIntegerProperty();
    See Also