SPAuthenticationPipelineClaimMapping.ExternalClaimType property
Namespace: Microsoft.SharePoint.ApplicationServices
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExternalClaimType As String
Get
Private Set
'Usage
Dim instance As SPAuthenticationPipelineClaimMapping
Dim value As String
value = instance.ExternalClaimType
public string ExternalClaimType { get; private set; }
Property value
Type: System.String
See also
Reference
SPAuthenticationPipelineClaimMapping class