FilterConfig.WaterMarkText Property
Gets and sets the watermark text.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.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
FilterConfig Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Internal Namespace
Return to top