HelpPageApiModel::SampleResponses Property

 

Gets the sample responses associated with the API.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Models
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property IDictionary<MediaTypeHeaderValue^, Object^>^ SampleResponses {
	[CompilerGeneratedAttribute]
	IDictionary<MediaTypeHeaderValue^, Object^>^ get();
	[CompilerGeneratedAttribute]
	private: void set(IDictionary<MediaTypeHeaderValue^, Object^>^ value);
}
Return to top
Show: