HelpPageApiModel..::..SampleResponses Property

Gets the sample responses associated with the API.

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

Syntax


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