Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_METHOD_NAME Property / ARTICLE_METHOD_NAME Property

In This Topic
    ARTICLE_METHOD_NAME Property
    In This Topic
    Method name # 26052.
    Syntax
    public MDPropertyValue ARTICLE_METHOD_NAME {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_METHOD_NAME {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Specific designation or the title of the method. The name is used to uniquely identify the method and to differentiate it from other methods.

    See Also