HelpPageApiModel..::..SampleRequests Property

Gets the sample requests associated with the API.

Namespace:  JiwaWebAPI.Areas.HelpPage.Models
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public IDictionary<MediaTypeHeaderValue, Object> SampleRequests { get; set; }
Public Property SampleRequests As IDictionary(Of MediaTypeHeaderValue, Object)
	Get
	Set
public:
property IDictionary<MediaTypeHeaderValue^, Object^>^ SampleRequests {
	IDictionary<MediaTypeHeaderValue^, Object^>^ get ();
	void set (IDictionary<MediaTypeHeaderValue^, Object^>^ value);
}