DetailItem Constructor (String, Task[])
Initializes a new instance of the DetailItem class with the specified display text and the specified array of Task objects.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public DetailItem(
string displayText,
params Task[] tasks
)
public:
DetailItem(
String^ displayText,
... array<Task^>^ tasks
)
Public Sub New (
displayText As String,
ParamArray tasks As Task()
)
Parameters
displayText
Type: System.StringText that is displayed for the DetailItem in the details pane of the Dashboard.
tasks
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Task[]An array of tasks to which format specifiers in the display text can be linked.
See Also
DetailItem Overload
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top