DetailItem Constructor (String)
Initializes a new instance of the DetailItem class with the specified display text.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public DetailItem(
string displayText
)
public:
DetailItem(
String^ displayText
)
Public Sub New (
displayText As String
)
Parameters
displayText
Type: System.StringText that is displayed for the DetailItem in the details pane of the Dashboard.
Remarks
This method is used to display detail information without a common label. To display information with a common label, use DetailItem.
See Also
DetailItem Overload
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top