BaseCollection<T>.ElementType Property

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

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

Syntax

'Declaration
Public ReadOnly Property ElementType As Type 
    Get
'Usage
Dim instance As BaseCollection 
Dim value As Type 

value = instance.ElementType
public Type ElementType { get; }
public:
virtual property Type^ ElementType {
    Type^ get () sealed;
}
abstract ElementType : Type 
override ElementType : Type
final function get ElementType () : Type

Property Value

Type: System.Type

Implements

IQueryable.ElementType

See Also

Reference

BaseCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace