Share via


ObjectContent.Value Property

 

Gets or sets the value of the content.

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

Syntax

public object Value { get; set; }
public:
property Object^ Value {
    Object^ get();
    void set(Object^ value);
}
member Value : Object with get, set
Public Property Value As Object

Property Value

Type: System.Object

The content value.

See Also

ObjectContent Class
System.Net.Http Namespace

Return to top