AppProperties.AppName Property

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

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

Syntax

'Declaration
Public Property AppName As String 
    Get 
    Set
'Usage
Dim instance As AppProperties 
Dim value As String 

value = instance.AppName

instance.AppName = value
public string AppName { get; set; }
public:
property String^ AppName {
    String^ get ();
    void set (String^ value);
}
member AppName : string with get, set
function get AppName () : String 
function set AppName (value : String)

Property Value

Type: System.String
The string value for “host.AppName”.

See Also

Reference

AppProperties Structure

Microsoft.Owin.BuilderProperties Namespace