SPTrustedClaimTypeInformation.DisplayName property
Gets or sets the name of the claim type.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayName As String
Get
Set
'Usage
Dim instance As SPTrustedClaimTypeInformation
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
public string DisplayName { get; set; }
Property value
Type: System.String
The name of the claim type.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The assigned value is null . |
See also
Reference
SPTrustedClaimTypeInformation class