Capabilities.Set Method (String, Object)
Sets the given key and value in the underlying dictionary.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public Capabilities Set(
string key,
object value
)
public:
Capabilities Set(
String^ key,
Object^ value
)
member Set :
key:string *
value:Object -> Capabilities
Public Function Set (
key As String,
value As Object
) As Capabilities
Parameters
key
Type: System.StringThe key of the value to set.
value
Type: System.ObjectThe value to set.
Return Value
Type: Microsoft.Owin.BuilderProperties.Capabilities
This instance.
See Also
Capabilities Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top