SPWeb.HasExternalSecurityProvider property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the site uses an external security provider.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("External Security Provider is obsolete.")> _
Public ReadOnly Property HasExternalSecurityProvider As Boolean
    Get
'Usage
Dim instance As SPWeb
Dim value As Boolean

value = instance.HasExternalSecurityProvider
[ObsoleteAttribute("External Security Provider is obsolete.")]
public bool HasExternalSecurityProvider { get; }

Property value

Type: System.Boolean
true if the site uses an external security provider; otherwise, false.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace