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 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