QueryableXEventData.ElementType Property

Gets a Type value of an element.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
Public ReadOnly Property ElementType As Type 
    Get
'Usage
Dim instance As QueryableXEventData 
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
The value of the type.

Implements

IQueryable.ElementType

See Also

Reference

QueryableXEventData Class

Microsoft.SqlServer.XEvent.Linq Namespace