[CanBeNullAttribute]
public string SearchWatermarkText { get; }
<CanBeNullAttribute>
Public ReadOnly Property SearchWatermarkText As String
Get
public:
[CanBeNullAttribute]
property String^ SearchWatermarkText {
String^ get ();
}
[<CanBeNullAttribute>]
member SearchWatermarkText : string with get