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)

Syntax

public Type ObjectType {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property Type^ ObjectType {
    [CompilerGeneratedAttribute]
    Type^ get();
    [CompilerGeneratedAttribute]
    private: void set(Type^ value);
}
member ObjectType : Type with get, private set
Public Property ObjectType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

The object type.

See Also

ObjectContent Class
System.Net.Http Namespace

Return to top