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

'Declaration
Property IsQuery As Boolean
    Get
    Set
bool IsQuery { get; set; }
property bool IsQuery {
    bool get ();
    void set (bool value);
}
abstract IsQuery : bool with get, set
function get IsQuery () : boolean
function set IsQuery (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IOperation Interface

Microsoft.VisualStudio.Uml.Classes Namespace