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

In This Topic
    ARTICLE_FIRMWAREVERSION Property
    In This Topic
    Version # 22104.
    Syntax
    public MDPropertyValue ARTICLE_FIRMWAREVERSION {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_FIRMWAREVERSION {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Property of a part variant. Used to specify the version, e.g., the firmware version of intelligent PLC modules.

    See Also