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
- 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.