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

In This Topic
    PAGE_REVISION_APPROVEDBY Property
    In This Topic
    Approved by # 11080.
    Syntax
    public PropertyValue PAGE_REVISION_APPROVEDBY {get; set;}
    public:
    property PropertyValue^ PAGE_REVISION_APPROVEDBY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the editor who has checked the page. This property can be entered in the Page properties dialog.

    See Also