SuspendJob.Filter Property

Definition

Provides access to the Filter parameter.

public:
 property System::Activities::InArgument<System::Collections::Hashtable ^> ^ Filter { System::Activities::InArgument<System::Collections::Hashtable ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Hashtable ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Collections.Hashtable> Filter { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Filter : System.Activities.InArgument<System.Collections.Hashtable> with get, set
Public Property Filter As InArgument(Of Hashtable)

Property Value

Attributes

Applies to