[This is preliminary documentation and is subject to change.]
Returns Response object for current thread, or if it is null, app-global-level object is returned
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object Response { get; }
public static Object Response { get; }
Public Shared ReadOnly Property Response As Object
Get
Public Shared ReadOnly Property Response As Object
Get
public:
static property Object^ Response {
Object^ get ();
}
public:
static property Object^ Response {
Object^ get ();
}
static member Response : Object with get
static member Response : Object with get
Property Value
Type:
Object