Address.Port Property
Gets or sets the port number of the address.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Property Port As String
Get
Set
'Usage
Dim instance As Address
Dim value As String
value = instance.Port
instance.Port = value
public string Port { get; set; }
public:
property String^ Port {
String^ get ();
void set (String^ value);
}
member Port : string with get, set
function get Port () : String
function set Port (value : String)
Property Value
Type: System.String
The port number of the address.