HelpPageApiModel::SampleResponses Property
Gets the sample responses associated with the API.
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); }
Property Value
Type: System.Collections.Generic::IDictionary<MediaTypeHeaderValue^, Object^>^
Show: