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