Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the identifier of the task.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public Guid ID { get; private set; }
public:
property Guid ID {
Guid get();
private: void set(Guid value);
}
Public Property ID As Guid
Get
Private Set
End Property
Property Value
Type: System.Guid
An instance of Guid that identifies the task.
See Also
Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top