menu
ews package
documentation
Core/ServiceObjects/Items/Task.dart
Task
Owner property
Owner property
dark_mode
light_mode
Owner
property
String
?
get
Owner
Gets the name of the owner of the task.
Implementation
String? get Owner => this.PropertyBag[TaskSchema.Owner] as String?;
ews package
documentation
Core/ServiceObjects/Items/Task
Task
Owner property
Task class