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)
Available in Sandboxed Solutions: No

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