Compartilhar via


ComboTableV2Style.FilterWaterMarkText Property

 

Gets and sets the filter watermark text.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public string FilterWaterMarkText { get; set; }
public:
property String^ FilterWaterMarkText {
    String^ get();
    void set(String^ value);
}
Public Property FilterWaterMarkText As String

Property Value

Type: System.String

The filter watermark text.

See Also

ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace

Return to top