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

In This Topic
    Address Property (EProxySettings)
    In This Topic
    IP address. Default = empty.
    Syntax
    public string Address {get; set;}
    public:
    property String^ Address {
       String^ get();
       void set (    String^ value);
    }
    See Also