Eplan Platform API
Eplan.EplApi.DataModel Namespace / InterruptionPointsFilter Class / Name Property

In This Topic
    Name Property (InterruptionPointsFilter)
    In This Topic
    Returns the name that was set to this filter.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Name that was set on this filter.
    Exceptions
    ExceptionDescription
    Thrown while setting when new value is null.
    See Also