Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace / EventParameterString Class / String Property

In This Topic
    String Property
    In This Topic
    Event parameter of the String type.
    Syntax
    public string String {get; set;}
    public:
    property String^ String {
       String^ get();
       void set (    String^ value);
    }
    See Also