API Help
Eplan.EplApi.DataModel Namespace / Article.ArticleInfo Structure / partNumber Property

In This Topic
    partNumber Property (Article.ArticleInfo)
    In This Topic
    Sets the part number of the Article;
    Syntax
    public string partNumber {get; set;}
    public:
    property String^ partNumber {
       String^ get();
       void set (    String^ value);
    }
    See Also