ISimpleWorkItem.Excluded Property

Definition

Gets whether the current work item should be excluded from processing.

public:
 property bool Excluded { bool get(); };
public bool Excluded { get; }
member this.Excluded : bool
Public ReadOnly Property Excluded As Boolean

Property Value

True if the current work item should be excluded from processing; otherwise, false.

Applies to