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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.