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.
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