Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the readable string that can be displayed if no list items are available for the current page.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public string ListItemsNotAvailable { get; set; }
public:
property String^ ListItemsNotAvailable {
String^ get();
void set(String^ value);
}
Public Property ListItemsNotAvailable As String
Property Value
Type: System.String
An instance of String that contains the string that is displayed when no items are available.
See Also
StateResources Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top