Share via


AppProperties.OwinVersion Property

 

Gets or sets the string value for “owin.Version”.

Namespace:   Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public string OwinVersion { get; set; }
public:
property String^ OwinVersion {
    String^ get();
    void set(String^ value);
}
member OwinVersion : string with get, set
Public Property OwinVersion As String

Property Value

Type: System.String

The string value for “owin.Version”.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top