API Help
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_FIRMWAREVERSION Property / ARTICLE_FIRMWAREVERSION(Int32) Property

In This Topic
    ARTICLE_FIRMWAREVERSION(Int32) Property
    In This Topic
    Version # 22104. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_FIRMWAREVERSION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_FIRMWAREVERSION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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