SPUserSettingsProvider.Name property
Non-localizable name for the provider. Acts as a unique identifier aside from the GUID
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPUserSettingsProvider
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String