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.
Sets the text of the control.
Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
public void SetText(
    string text
)
public:
void SetText(
    String^ text
)
Public Sub SetText (
    text As String
)
Parameters
- text 
 Type: System.String- The text to set. 
See Also
FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top