Share via


SearchBar.SearchCommandParameter Property

Definition

Gets or sets the parameter to pass to the SearchCommand. This is a bindable property.

public:
 property System::Object ^ SearchCommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object SearchCommandParameter { get; set; }
member this.SearchCommandParameter : obj with get, set
Public Property SearchCommandParameter As Object

Property Value

The parameter object. The default is null.

Applies to