Gets the element type of the object.
Namespace:
Extreme.Data.R
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public abstract Type ElementType { get; }
Public MustOverride ReadOnly Property ElementType As Type
Get
public:
virtual property Type^ ElementType {
Type^ get () abstract;
}
abstract ElementType : Type with get
Property Value
Type:
TypeImplements
IDataObjectTObjectElementType
Reference