IOperation.IsQuery (Propiedad)

Es true si la ejecución de la operación no cambia el estado del sistema.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

IOperation Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)