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