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 name of the assembly for the user settings provider.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property UserSettingsProviderAssemblyName As String
Get
'Usage
Dim instance As SPUserSettingsProviderFeatureReceiver
Dim value As String
value = instance.UserSettingsProviderAssemblyName
public abstract string UserSettingsProviderAssemblyName { get; }
Property value
Type: System.String
See also
Reference
SPUserSettingsProviderFeatureReceiver class