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