Share via


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
System_CAPS_pubmethod DetailItem(String)

Initializes a new instance of the DetailItem class with the specified display text.

System_CAPS_pubmethod DetailItem(String, String)

Initializes a new instance of the DetailItem class with the specified display name and the specified display value.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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