API Help
Eplan.EplApi.DataModel Namespace / PagePropertyList Class / PAGE_NOMINATIOMN Property / PAGE_NOMINATIOMN(Int32) Property

In This Topic
    PAGE_NOMINATIOMN(Int32) Property
    In This Topic
    Page description # 11011. This property isn't indexed.
    Syntax
    public PropertyValue PAGE_NOMINATIOMN( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PAGE_NOMINATIOMN {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Descriptive text for the page, is displayed in (e.g.) the tree view of the page navigator or in reports. Line breaks are permitted.

    See Also