Share via


AppProperties.AppName Property

 

Gets or sets the string value for “host.AppName”.

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

Syntax

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

Property Value

Type: System.String

The string value for “host.AppName”.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top