SPUserSettingsProvider.IsValid method
Boolean representing whether or not we can read/write through this provider
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride Function IsValid As Boolean
'Usage
Dim instance As SPUserSettingsProvider
Dim returnValue As Boolean
returnValue = instance.IsValid()
public abstract bool IsValid()
Return value
Type: System.Boolean