ExternalAppPrincipalCreationParameters.DisplayName property

Gets or sets the display name of the app principal.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property DisplayName As String
    Get
    Set
'Usage
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }

Property value

Type: System.String
The display name of the app principal.

See also

Reference

ExternalAppPrincipalCreationParameters class

ExternalAppPrincipalCreationParameters members

Microsoft.SharePoint.Client namespace