API Help
Eplan.EplApi.EServices Namespace / PrjMessagesCollection Class / Contains Method
The message to locate in the PrjMessagesCollection.

In This Topic
    Contains Method (PrjMessagesCollection)
    In This Topic
    Determines whether the PrjMessagesCollection contains a specific value.
    Syntax
    public virtual bool Contains( 
       BaseProjectMessage message
    )
    public:
    virtual bool Contains( 
       BaseProjectMessage^ message
    ) 

    Parameters

    message
    The message to locate in the PrjMessagesCollection.

    Return Value

    true if item is found in the PrjMessagesCollection; otherwise, false.
    Exceptions
    ExceptionDescription
    The PrjMessagesCollection is read-only.
    See Also