Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property ObjectType As Type
Get
Private Set
'Usage
Dim instance As ObjectContent
Dim value As Type
value = instance.ObjectType
public Type ObjectType { get; private set; }
public:
property Type^ ObjectType {
Type^ get ();
private: void set (Type^ value);
}
member ObjectType : Type with get, private set
function get ObjectType () : Type
private function set ObjectType (value : Type)
Property Value
Type: System.Type
The object type.