Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList 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 PropertyValue ARTICLE_CRA_SBOM_AVAILABILITY {get; set;}
    public:
    property PropertyValue^ ARTICLE_CRA_SBOM_AVAILABILITY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Gibt an, ob eine Software-Stückliste (SBOM, Software Bill of Materials) vom Hersteller bereitgestellt wird (Ja / Nein). Die Informationen werden üblicherweise vom Hersteller geliefert oder können den herstellerspezifischen Datenblättern entnommen werden.

    See Also