BaseCollection<T>.Queryable Property

Gets or sets the IQueryable interface to evaluate queries against the collection.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Protected MustOverride Property Queryable As IQueryable(Of T)
    Get 
    Set
'Usage
Dim value As IQueryable(Of T)

value = Me.Queryable 

Me.Queryable = value
protected abstract IQueryable<T> Queryable { get; set; }
protected:
virtual property IQueryable<T>^ Queryable {
    IQueryable<T>^ get () abstract;
    void set (IQueryable<T>^ value) abstract;
}
abstract Queryable : IQueryable<'T> with get, set
abstract function get Queryable () : IQueryable<T>
abstract function set Queryable (value : IQueryable<T>)

Property Value

Type: System.Linq.IQueryable<T>

See Also

Reference

BaseCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace