Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNCTION_MESSAGETEXT Property / FUNCTION_MESSAGETEXT Property

In This Topic
    FUNCTION_MESSAGETEXT Property
    In This Topic
    Message text # 20185.
    Syntax
    public PropertyValue FUNCTION_MESSAGETEXT {get; set;}
    public:
    property PropertyValue^ FUNCTION_MESSAGETEXT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    After the check run, shows all messages output for this function. Multiple messages are separated by a line break.

    See Also