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

In This Topic
    ARTICLE_CRA_SBOM_AVAILABILITY Property
    In This Topic
    CRA: SBOM availability # 26684.
    Syntax
    public MDPropertyValue ARTICLE_CRA_SBOM_AVAILABILITY {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_CRA_SBOM_AVAILABILITY {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Specifies whether a software bill of materials (SBOM) is provided by the manufacturer (Yes / No). The information is usually provided by the manufacturer or can be found in the manufacturer-specific data sheets.

    See Also