DetailItem.DisplayValue Property
Gets the display value that is associated with the DetailItem object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string DisplayValue { get; internal set; }
public:
property String^ DisplayValue {
String^ get();
internal: void set(String^ value);
}
Public Property DisplayValue As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the display value.
See Also
DetailItem Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top