HttpProtocol.WebSite Property

Gets or sets the Web site with which the HTTP protocol is associated.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property WebSite As String
    Get
    Set
'Usage
Dim instance As HttpProtocol
Dim value As String

value = instance.WebSite

instance.WebSite = value
[SfcPropertyAttribute]
public string WebSite { get; set; }
[SfcPropertyAttribute]
public:
property String^ WebSite {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member WebSite : string with get, set
function get WebSite () : String
function set WebSite (value : String)

Property Value

Type: System.String
A String value that specifies the Web site with which the HTTP protocol is associated.

Remarks

If the WebSiteUrlPath property value is not specified then the value //localhost is assumed.