ObjectContent.SetValueWithoutValidation Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of the ObjectContent without any type checking.
Namespace: System.Net.Http
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Protected Sub SetValueWithoutValidation ( _
value As Object _
)
protected void SetValueWithoutValidation(
Object value
)
protected:
void SetValueWithoutValidation(
Object^ value
)
member SetValueWithoutValidation :
value:Object -> unit
protected function SetValueWithoutValidation(
value : Object
)
Parameters
- value
Type: System.Object
The value to set to
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.