Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display name of the claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Friend Set
'Usage
Dim instance As SPClaimProvider
Dim value As String
value = instance.DisplayName
public string DisplayName { get; internal set; }
Property Value
Type: System.String
The Stringdisplay name of the claims provider.
Exceptions
| Exception | Condition |
|---|---|
| [ArgumentNullException] | The display name is a null reference (Nothing in Visual Basic). |
| [ArgumentException] | The display name is empty. |