ObjectResult.ElementType Property

Definition

When overridden in a derived class, gets the type of the generic ObjectResult<T>.

public:
 abstract property Type ^ ElementType { Type ^ get(); };
public abstract Type ElementType { get; }
member this.ElementType : Type
Public MustOverride ReadOnly Property ElementType As Type

Property Value

The type of the generic ObjectResult<T>.

Applies to