TaskRegistrationInfo Class

Provides the administrative information that can be used to describe the task. This information includes details such as a description of the task, the author of the task, the date the task is registered, and the security descriptor of the task.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlRootAttribute("RegistrationInfo", Namespace = "http://schemas.microsoft.com/windows/2004/02/mit/task", 
	IsNullable = true)]
public sealed class TaskRegistrationInfo : IDisposable, 
	IXmlSerializable, INotifyPropertyChanged
Inheritance
Object    TaskRegistrationInfo
Implements
INotifyPropertyChanged, IDisposable, IXmlSerializable

Properties

AuthorGets or sets the author of the task.
DateGets or sets the date and time when the task is registered.
DescriptionGets or sets the description of the task.
DocumentationGets or sets any additional documentation for the task.
SecurityDescriptorGets or sets the security descriptor of the task.
SecurityDescriptorSddlFormGets 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.
URIGets or sets the URI of the task.
VersionGets or sets the version number of the task.
XmlTextGets or sets an XML-formatted version of the registration information for the task.

Methods

DisposeReleases all resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a String that represents this instance.
(Overrides ObjectToString)

Events

PropertyChangedOccurs when a property value changes.

See Also