Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_METHOD_NAME Property / ARTICLE_METHOD_NAME Property

In This Topic
    ARTICLE_METHOD_NAME Property
    In This Topic
    Method name # 26052.
    Syntax
    public PropertyValue ARTICLE_METHOD_NAME {get; set;}
    public:
    property PropertyValue^ ARTICLE_METHOD_NAME {
       PropertyValue^ get();
       void set (    PropertyValue^ 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