Share via


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)

Syntax

public IDictionary<MediaTypeHeaderValue, object> SampleResponses {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IDictionary<MediaTypeHeaderValue^, Object^>^ SampleResponses {
    [CompilerGeneratedAttribute]
    IDictionary<MediaTypeHeaderValue^, Object^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IDictionary<MediaTypeHeaderValue^, Object^>^ value);
}
member SampleResponses : IDictionary<MediaTypeHeaderValue, Object> with get, private set
Public Property SampleResponses As IDictionary(Of MediaTypeHeaderValue, Object)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IDictionary<MediaTypeHeaderValue, Object>

See Also

HelpPageApiModel Class
Microsoft.WindowsAzure.Mobile.Service.Models Namespace

Return to top