IWmiDataReaderTask.WqlQuerySource Property

Definition

Gets or sets the source of the WQL query to be executed by the task.

public:
 property System::String ^ WqlQuerySource { System::String ^ get(); void set(System::String ^ value); };
public string WqlQuerySource { get; set; }
member this.WqlQuerySource : string with get, set
Public Property WqlQuerySource As String

Property Value

The source of the WQL query.

Applies to