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

In This Topic
    DefaultFilename Property
    In This Topic
    The default name of a file.
    Syntax
    public string DefaultFilename {get; set;}
    public:
    property String^ DefaultFilename {
       String^ get();
       void set (    String^ value);
    }
    See Also