Eplan Platform API
Eplan.IdentityClient Namespace / IdentityClientResponse Class / Email Property

In This Topic
    Email Property (IdentityClientResponse)
    In This Topic
    User Email address.
    Syntax
    public string Email {get; set;}
    public:
    property String^ Email {
       String^ get();
       void set (    String^ value);
    }
    See Also