Share via


HelpPageApiModel.SampleRequests Property

 

Gets the sample requests 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> SampleRequests {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property IDictionary<MediaTypeHeaderValue^, Object^>^ SampleRequests {
    [CompilerGeneratedAttribute]
    IDictionary<MediaTypeHeaderValue^, Object^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(IDictionary<MediaTypeHeaderValue^, Object^>^ value);
}
member SampleRequests : IDictionary<MediaTypeHeaderValue, Object> with get, private set
Public Property SampleRequests 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