[XmlRootAttribute("RegistrationInfo", Namespace = "http://schemas.microsoft.com/windows/2004/02/mit/task",
IsNullable = true)]
public sealed class TaskRegistrationInfo : IDisposable,
IXmlSerializable, INotifyPropertyChanged
Author | Gets or sets the author of the task. |
Date | Gets or sets the date and time when the task is registered. |
Description | Gets or sets the description of the task. |
Documentation | Gets or sets any additional documentation for the task. |
SecurityDescriptor | Gets or sets the security descriptor of the task. |
SecurityDescriptorSddlForm | Gets or sets the security descriptor of the task. |
Source | Gets or sets where the task originated from. For example, a task may originate from a component, service, application, or user. |
URI | Gets or sets the URI of the task. |
Version | Gets or sets the version number of the task. |
XmlText | Gets or sets an XML-formatted version of the registration information for the task. |
Dispose | Releases all resources used by this class. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a String that represents this instance. (Overrides ObjectToString) |
PropertyChanged | Occurs when a property value changes. |