Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDUserDefinedPropertyDefinition Class / DefaultValuesSelectionList Property

In This Topic
    DefaultValuesSelectionList Property (MDUserDefinedPropertyDefinition)
    In This Topic
    Gets/Sets list of default values for selection list.
    Syntax
    public IList<MultiLangString> DefaultValuesSelectionList {get; set;}
    public:
    property IList<MultiLangString^>^ DefaultValuesSelectionList {
       IList<MultiLangString^>^ get();
       void set (    IList<MultiLangString^>^ value);
    }
    See Also