共用方式為


SPWebApplication.EnabledClaimProviders property

此成員是保留給內部使用,而不是用來直接從您的程式碼使用

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

Syntax

'宣告
Public Property EnabledClaimProviders As IEnumerable(Of String)
    Get
    Set
'用途
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>

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace