Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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