SPPrefix.Name property
Gets the server-relative URL of the prefix (without the leading forward slash).
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Name As String
Get
'Usage
Dim instance As SPPrefix
Dim value As String
value = instance.Name
public string Name { get; }
Property value
Type: System.String
The name of the prefix.