BindingInfo.Port Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public string Port { get; }
public:
property String^ Port {
    String^ get();
}
member Port : string with get
Public ReadOnly Property Port As String

Property Value

Type: System.String

See Also

BindingInfo Class
Microsoft.Web.Management.Server Namespace

Return to top