OwinFeatureCollection.Environment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets OWIN environment values.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Environment { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ value); };
public System.Collections.Generic.IDictionary<string,object> Environment { get; set; }
member this.Environment : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property Environment As IDictionary(Of String, Object)