ObjectContent.WasFormatterContextSetExplicitly Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating whether formatter context was set explicitly.

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

Syntax

'Declaration
Protected Friend Property WasFormatterContextSetExplicitly As Boolean
protected internal bool WasFormatterContextSetExplicitly { get; private set; }
protected public:
property bool WasFormatterContextSetExplicitly {
    bool get ();
    private: void set (bool value);
}
member WasFormatterContextSetExplicitly : bool with get, private set
function get WasFormatterContextSetExplicitly () : boolean
private function set WasFormatterContextSetExplicitly (value : boolean)

Property Value

Type: System.Boolean
truefalse

.NET Framework Security

See Also

Reference

ObjectContent Class

System.Net.Http Namespace