Eplan Platform API
Eplan.EplApi.Remoting Namespace / CallingContext Class / Message Property

In This Topic
    Message Property
    In This Topic
    String message
    Syntax
    [DataMember()]
    public string Message {get; set;}
    [DataMember()]
    public:
    property String^ Message {
       String^ get();
       void set (    String^ value);
    }
    See Also