ObjectResult::ElementType Property

 

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

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
property Type^ ElementType {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The type of the generic ObjectResult<T>.

.NET Framework
Available since 3.5
Return to top
Show: