SPWebApplication.EnabledClaimProviders property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnabledClaimProviders As IEnumerable(Of String)
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As IEnumerable(Of String)
value = instance.EnabledClaimProviders
instance.EnabledClaimProviders = value
public IEnumerable<string> EnabledClaimProviders { get; set; }
Property value
Type: System.Collections.Generic.IEnumerable<String>
IEnumerable<T>