Interface IGraphPrincipal
Represents a Microsoft 365 user or group
Namespace: PnP.Core.Model.Security
Assembly: PnP.Core.dll
Syntax
public interface IGraphPrincipal
Properties
Id
Gets a value that specifies the member identifier for the user or group.
Declaration
string Id { get; set; }
Property Value
System.String
|