DetailItem Constructor (String, String)
Initializes a new instance of the DetailItem class with the specified display name and the specified display value.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public DetailItem(
string displayName,
string displayValue
)
public:
DetailItem(
String^ displayName,
String^ displayValue
)
Public Sub New (
displayName As String,
displayValue As String
)
Parameters
displayName
Type: System.StringThe display name for the DetailItem.
displayValue
Type: System.StringThe display value for the DetailItem.
Remarks
This method is used to display detail information that includes a common label and values that will change depending on the item. To display detail information without a common label, use DetailItem.
See Also
DetailItem Overload
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top