Share via


StorageDomainManager<TData>.QuerySettings Property

 

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

Syntax

public ODataQuerySettings QuerySettings { get; set; }
public:
property ODataQuerySettings^ QuerySettings {
    ODataQuerySettings^ get();
    void set(ODataQuerySettings^ value);
}
member QuerySettings : ODataQuerySettings with get, set
Public Property QuerySettings As ODataQuerySettings

Property Value

Type: System.Web.Http.OData.Query.ODataQuerySettings

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top