Share via


FilterBox.WaterMarkText Property

 

Gets and sets the watermark text.

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

Syntax

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

Property Value

Type: System.String

The watermark text.

See Also

FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top