DeploymentAgentWorkerRequest.Method Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a string that represents the method for the current DeploymentAgentWorkerRequest object.
public:
abstract property System::String ^ Method { System::String ^ get(); };
public abstract string Method { get; }
member this.Method : string
Public MustOverride ReadOnly Property Method As String
Property Value
A string that represents the method for the current DeploymentAgentWorkerRequest object.