Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / Page Property

In This Topic
    Page Property (NameService)
    In This Topic
    Gets/Sets the page. Page must be set, because most of the NameService class's methods work on page only (except for e.g. CorrectDeviceTagProperties, EvaluateAndSetAllNamesTXN methods).
    Syntax
    public Page Page {get; set;}
    public:
    property Page^ Page {
       Page^ get();
       void set (    Page^ value);
    }
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    When page is not set.
    See Also