API Help
Eplan.EplApi.Base Namespace / FileSelectDecisionContext Class / Title Property

In This Topic
    Title Property
    In This Topic
    The title for the decider.
    Syntax
    public string Title {get; set;}
    public:
    property String^ Title {
       String^ get();
       void set (    String^ value);
    }
    See Also