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

In This Topic
    PAGE_FROZEN_EVALUATIONPAGE Property
    In This Topic
    Frozen report page # 11049.
    Syntax
    public PropertyValue PAGE_FROZEN_EVALUATIONPAGE {get; set;}
    public:
    property PropertyValue^ PAGE_FROZEN_EVALUATIONPAGE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is read-only..

    Indicated whether a reporting page has been frozen. This type of page is no longer to be assigned to a reporting block and will no longer be updated.

    See Also