API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (PrjMessagesCollection)
    In This Topic
    Gets a value indicating whether the PrjMessagesCollection is read-only.
    Syntax
    public virtual bool IsReadOnly {get;}
    public:
    virtual property bool IsReadOnly {
       bool get();
    }

    Property Value

    true if the PrjMessagesCollection is read-only; otherwise, false. PrjMessageCollection is never read-only.
    See Also