Propriedade IOperation.IsQuery

True se a execução da operação deixa o estado do sistema inalterado.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IOperation Interface

Namespace Microsoft.VisualStudio.Uml.Classes