BubbleWindow.BubbleText Property
Gets or sets the bubble text.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string BubbleText { get; set; }
public:
property String^ BubbleText {
String^ get();
void set(String^ value);
}
Public Property BubbleText As String
Property Value
Type: System.String
The bubble text.
See Also
BubbleWindow Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top