SiteInfo.BindingInformation Property
Namespace: Microsoft.Web.Management.Server
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
Syntax
public string BindingInformation { get; }
public:
property String^ BindingInformation {
String^ get();
}
member BindingInformation : string with get
Public ReadOnly Property BindingInformation As String
Property Value
Type: System.String
See Also
SiteInfo Class
Microsoft.Web.Management.Server Namespace
Return to top