Compartilhar via


Task.Tag Property

 

Gets or sets an object that is used to identify the Task.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public object Tag { get; set; }
public:
property Object^ Tag {
    Object^ get();
    void set(Object^ value);
}
Public Property Tag As Object

Property Value

Type: System.Object

An instance of Object.

See Also

Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top