AppProperties.Set Method (String, Object)
Sets the value with the specified key.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
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
Parameters
key
Type: System.StringThe key of the value to set.
value
Type: System.ObjectThe value to set.
Return Value
Type: Microsoft.Owin.BuilderProperties.AppProperties
This instance.
See Also
AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top