'DeclarationPublicOverridesNotOverridableProperty Watermark AsStringGetSet'UsageDim instance As CachedModelMetadata
Dim value AsString
value = instance.Watermark
instance.Watermark = value
Property Value
Type: System.String A value that can be used as a watermark.
Use this property for text that might be displayed as a watermark when a model value is rendered and can be edited, such as in a text box. The default value is Nothing.
The getter returns the cached value if it is cached. If the value is not cached, it is put into the cache and returned.