SPClaim.ToString method

Provides a friendly display string representation of the current SPClaim claim object.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As SPClaim
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return value

Type: System.String
A String representation of the value of the current SPClaim claim object.

See also

Reference

SPClaim class

SPClaim members

ToString overload

Microsoft.SharePoint.Administration.Claims namespace