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. More...
Inherits Object.
Public Member Functions | |
System::SharedPtr< Identity > | get_Application () const |
Optional.The application associated with this action. More... | |
void | set_Application (System::SharedPtr< Identity > value) |
Optional.The application associated with this action. More... | |
System::SharedPtr< Identity > | get_Device () const |
Optional.The device associated with this action. More... | |
void | set_Device (System::SharedPtr< Identity > value) |
Optional.The device associated with this action. More... | |
System::SharedPtr< Identity > | get_User () const |
Optional.The user associated with this action. More... | |
void | set_User (System::SharedPtr< Identity > value) |
Optional.The user associated with this action. More... | |
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.
System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_Application | ( | ) | const |
Optional.The application associated with this action.
System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_Device | ( | ) | const |
Optional.The device associated with this action.
System::SharedPtr<Identity> Aspose::Email::Clients::Graph::IdentitySet::get_User | ( | ) | const |
Optional.The user associated with this action.
void Aspose::Email::Clients::Graph::IdentitySet::set_Application | ( | System::SharedPtr< Identity > | value | ) |
Optional.The application associated with this action.
void Aspose::Email::Clients::Graph::IdentitySet::set_Device | ( | System::SharedPtr< Identity > | value | ) |
Optional.The device associated with this action.
void Aspose::Email::Clients::Graph::IdentitySet::set_User | ( | System::SharedPtr< Identity > | value | ) |
Optional.The user associated with this action.