SPClaimProvider.DisplayName property
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. |