API Help
Eplan.EplApi.EServices Namespace / PrjMessagesRegisteredCollection Class / Count Property

In This Topic
    Count Property (PrjMessagesRegisteredCollection)
    In This Topic
    Gets the number of elements contained in the PrjMessagesRegisteredCollection.
    Syntax
    public virtual int Count {get;}
    public:
    virtual property int Count {
       int get();
    }

    Property Value

    The number of elements contained in the PrjMessagesRegisteredCollection.
    See Also