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

In This Topic
    Error Property
    In This Topic
    Error message.
    Syntax
    public string Error {get; set;}
    public:
    property String^ Error {
       String^ get();
       void set (    String^ value);
    }
    See Also