public string ObjectInfoToolTip { get; set; }
Public Property ObjectInfoToolTip As String
Get
Set
public:
virtual property String^ ObjectInfoToolTip {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ObjectInfoToolTip : string with get, set
override ObjectInfoToolTip : string with get, set