Share via


IndexProgressEventArgs.Cancel Property

Gets or sets a value indicating whether the indexing operation should be canceled.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder.Utilities (in microsoft.expression.encoder.utilities.dll)

Syntax

'Declaration
Public Property Cancel As Boolean
'Usage
Dim instance As IndexProgressEventArgs
Dim value As Boolean

value = instance.Cancel

instance.Cancel = value
public bool Cancel { get; set; }
public:
property bool Cancel {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Cancel ()

/** @property */
public void set_Cancel (boolean value)
public function get Cancel () : boolean

public function set Cancel (value : boolean)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IndexProgressEventArgs Class
IndexProgressEventArgs Members
Microsoft.Expression.Encoder Namespace