FilterableListView.FilterText Property
Gets or sets the filter text.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string FilterText { get; set; }
public:
property String^ FilterText {
String^ get();
void set(String^ value);
}
Public Property FilterText As String
Property Value
Type: System.String
The filter text.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top