API Help
Eplan.EplApi.DataModel Namespace / DeviceListEntry Class / Properties Property

In This Topic
    Properties Property (DeviceListEntry)
    In This Topic
    P8 properties of the DeviceListEntry object.
    Syntax
    public new DeviceListEntryPropertyList Properties {get;}
    public:
    new property DeviceListEntryPropertyList^ Properties {
       DeviceListEntryPropertyList^ get();
    }

    Property Value

    DeviceListEntryPropertyList: the list of P8 properties of this object.
    Exceptions
    ExceptionDescription
    Thrown during attempt to access a transient object's properties.
    See Also