IdentitySet Class

https://docs.microsoft.com/en-us/graph/api/resources/identityset?view=graph-rest-1.0 The IdentitySet resource is a keyed collection of identity resources. It is used to represent a set of identities associated with various events for an item, such as created by or last modified by.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GraphIdentitySet

Namespace:  Aspose.Email.Clients.Graph
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class IdentitySet

The IdentitySet type exposes the following members.

Constructors
  NameDescription
Public methodIdentitySet
Initializes a new instance of the IdentitySet class
Properties
  NameDescription
Public propertyApplication
Optional.The application associated with this action.
Public propertyDevice
Optional.The device associated with this action.
Public propertyUser
Optional.The user associated with this action.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also