OwinFeatureCollection.Environment 속성

정의

OWIN 환경 값을 가져오거나 설정합니다.

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)

속성 값

구현

적용 대상