Task.DisplayName Property

 

Gets the display name of the Task object.

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

Syntax

public string DisplayName { get; }
public:
property String^ DisplayName {
    String^ get();
}
Public ReadOnly Property DisplayName As String

Property Value

Type: System.String

A string that contains the display name of the task.

See Also

Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top