DetailItem Constructor
Initializes a new instance of the DetailItem class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
DetailItem(String) | Initializes a new instance of the DetailItem class with the specified display text. |
|
DetailItem(String, String) | Initializes a new instance of the DetailItem class with the specified display name and the specified display value. |
|
DetailItem(String, String, Task[]) | Initializes a new instance of the DetailItem class with the specified display name, the specified display value, and the specified array of Task objects. |
|
DetailItem(String, Task[]) | Initializes a new instance of the DetailItem class with the specified display text and the specified array of Task objects. |
See Also
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top