SPClaimProviderDefinition.ClaimProviderType property
取得Type物件,此宣告提供者的定義。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ClaimProviderType As Type
Get
'用途
Dim instance As SPClaimProviderDefinition
Dim value As Type
value = instance.ClaimProviderType
public Type ClaimProviderType { get; }
Property value
Type: System.Type
這是一個Type物件宣告提供者的定義。
備註
如果此宣告提供者定義未定義的宣告提供者,會擲回SPClaimProviderException例外狀況。
請參閱
參照
SPClaimProviderDefinition class