Address.Host Property

Gets or sets the host for the builder.

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

Syntax

'Declaration
Public Property Host As String 
    Get 
    Set
'Usage
Dim instance As Address 
Dim value As String 

value = instance.Host

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

Property Value

Type: System.String
The host for the builder.

See Also

Reference

Address Structure

Microsoft.Owin.BuilderProperties Namespace