ExternalAppPrincipalCreationParameters.AppIdentifier property
Gets or sets the unique identifier of the app principal.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AppIdentifier As String
Get
Set
'Usage
Dim instance As ExternalAppPrincipalCreationParameters
Dim value As String
value = instance.AppIdentifier
instance.AppIdentifier = value
public string AppIdentifier { get; set; }
Property value
Type: System.String
The unique identifier of the app principal.
See also
Reference
ExternalAppPrincipalCreationParameters class