Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContent::ObjectType Property

 

Gets the type of object managed by this ObjectContent instance.

Namespace:   System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public:
property Type^ ObjectType {
	[CompilerGeneratedAttribute]
	Type^ get();
	[CompilerGeneratedAttribute]
	private: void set(Type^ value);
}

Property Value

Type: System::Type^

The object type.

Return to top
Show: