Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJ_CREATORNOTE Property / PROJ_CREATORNOTE Property

In This Topic
    PROJ_CREATORNOTE Property
    In This Topic
    Creator: Description # 10247.
    Syntax
    public PropertyValue PROJ_CREATORNOTE {get; set;}
    public:
    property PropertyValue^ PROJ_CREATORNOTE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    This property is used for entering internal information or remarks, such as "responsible for sales, part......, good credit, etc." and so on. The property can be automatically populated with the relevant manufacturer/supplier data from parts management via project management.

    See Also