Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value with the specified key.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
public AppProperties Set(
string key,
object value
)
public:
AppProperties Set(
String^ key,
Object^ value
)
member Set :
key:string *
value:Object -> AppProperties
Public Function Set (
key As String,
value As Object
) As AppProperties
key
Type: System.StringThe key of the value to set.
value
Type: System.ObjectThe value to set.
Type: Microsoft.Owin.BuilderProperties.AppProperties
This instance.
AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top