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

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Text identifier for a certificate or test number, which is assigned on the basis of a safety check. Up to 50 characters (letters and numbers) can be entered.

    See Also