SPWebApplication.Prefixes Property
Gets the set of paths at which sites may be created.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Prefixes As SPPrefixCollection
Get
Dim instance As SPWebApplication
Dim value As SPPrefixCollection
value = instance.Prefixes
public SPPrefixCollection Prefixes { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPrefixCollection
An SPPrefixCollection object that represents the set of paths at which sites can be created.