Eplan Platform API
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_CREATOR Property / PAGE_CREATOR Property

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

    Property Value

    Returns property value of type System.String.
    Remarks

    Here the logon name or the combination of the user code and user name of the creator of the page is displayed. Specify whether the logon name or user code and name is to be output in the user settings.

    See Also