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