FeedResourceRequest.Method Property

Definition

Gets the HTTP method of the feed resource request.

public:
 property Platform::String ^ Method { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Method();

void Method(winrt::hstring value);
public string Method { get; set; }
var string = feedResourceRequest.method;
feedResourceRequest.method = string;
Public Property Method As String

Property Value

String

Platform::String

winrt::hstring

A string value that may be "GET", "PUT", or "UPDATE".

Applies to