API Help
Eplan.EplApi.DataModel Namespace / DeviceListEntryPropertyList Class / DEVICELISTENTRY_VARIANT Property / DEVICELISTENTRY_VARIANT(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Shows the part variant of the relevant part in a device list.

    See Also