Share via


DeploymentAgentWorkerRequest.QueryString Property

Definition

Get a string that represents the query string for the current DeploymentAgentWorkerRequest object.

public:
 abstract property System::String ^ QueryString { System::String ^ get(); };
public abstract string QueryString { get; }
member this.QueryString : string
Public MustOverride ReadOnly Property QueryString As String

Property Value

A string that represents the query string for the current DeploymentAgentWorkerRequest object.

Applies to