Eplan Platform API
Eplan.IdentityClient Namespace / EProxySettings Class / Active Property

In This Topic
    Active Property (EProxySettings)
    In This Topic
    Indicates if proxy is active. Default = false.
    Syntax
    public bool Active {get; set;}
    public:
    property bool Active {
       bool get();
       void set (    bool value);
    }
    See Also