Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / License Class / Type Property

In This Topic
    Type Property (License)
    In This Topic
    Gets license type: local, remote (network) or borrowed.
    Syntax
    public LicenseType Type {get;}
    public:
    property LicenseType Type {
       LicenseType get();
    }

    Property Value

    Type of the license currently in use.
    Remarks
    If licensing is not initialized no license type will be returned. In this case the value LicenseType.NoLicense will be returned.
    See Also