IOperation.IsQuery Property

 

True if execution of the Operation leaves the state of the system unchanged.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

bool IsQuery { get; set; }
property bool IsQuery {
    bool get();
    void set(bool value);
}
abstract IsQuery : bool with get, set
Property IsQuery As Boolean

Property Value

Type: System.Boolean

See Also

IOperation Interface
Microsoft.VisualStudio.Uml.Classes Namespace

Return to top