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
)

Parameters

Return Value

Type: Microsoft.Owin.BuilderProperties.AppProperties

This instance.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top