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

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

    Property Value

    Returns property value of type System.String.
    Remarks

    The sign-in name or user code of the project creator is displayed here. Specify whether the sign-in name or user code is to be output in the user settings.

    See Also