SPWebService.HostHeaderPrefixes property
Gets the set of prefixes for host header sites.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.