API Help
Eplan.EplApi.HEServices Namespace / PartsService.PartInfo Structure / partNumber Property

In This Topic
    partNumber Property (PartsService.PartInfo)
    In This Topic
    Gets/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