API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / CONNECTION_PAGENAME Property / CONNECTION_PAGENAME(Int32) Property

In This Topic
    CONNECTION_PAGENAME(Int32) Property
    In This Topic
    Name of page containing connection # 31026. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_PAGENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_PAGENAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also