SPWebService.HostHeaderPrefixes Property
Gets the set of prefixes for host header sites.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property HostHeaderPrefixes As SPPrefixCollection
Get
'Usage
Dim instance As SPWebService
Dim value As SPPrefixCollection
value = instance.HostHeaderPrefixes
public SPPrefixCollection HostHeaderPrefixes { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPrefixCollection
The set of prefixes.