Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAccessoryList Class / Name Property

In This Topic
    Name Property (MDAccessoryList)
    In This Topic
    Returns the name of the accessorylist.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The unique name of the accessorylist.
    See Also