共用方式為


SPSecureBinding.HostHeader Property

Gets or sets the host header of the binding

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property HostHeader As String
    Get
    Set
'Usage
Dim instance As SPSecureBinding
Dim value As String

value = instance.HostHeader

instance.HostHeader = value
public string HostHeader { get; set; }

Property Value

Type: System.String
A Int32 that contains the host header.

See Also

Reference

SPSecureBinding Class

SPSecureBinding Members

Microsoft.SharePoint.Administration Namespace