Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets type name of the user settings provider.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property UserSettingsProviderTypeName As String
Get
'Usage
Dim instance As SPUserSettingsProviderFeatureReceiver
Dim value As String
value = instance.UserSettingsProviderTypeName
public abstract string UserSettingsProviderTypeName { get; }
Property value
Type: System.String
See also
Reference
SPUserSettingsProviderFeatureReceiver class