IOwinResponse.Environment Property
Gets the fully qualified path of the current working directory.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
ReadOnly Property Environment As IDictionary(Of String, Object)
Get
'Usage
Dim instance As IOwinResponse
Dim value As IDictionary(Of String, Object)
value = instance.Environment
IDictionary<string, Object> Environment { get; }
property IDictionary<String^, Object^>^ Environment {
IDictionary<String^, Object^>^ get ();
}
abstract Environment : IDictionary<string, Object>
function get Environment () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The fully qualified path of the current working directory.