MessageView.BodyText Property
Gets or sets the body text for the message view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string BodyText { get; set; }
public:
property String^ BodyText {
String^ get();
void set(String^ value);
}
member BodyText : string with get, set
Public Property BodyText As String
Property Value
Type: System.String
The message body text
See Also
MessageView Class
Microsoft.ManagementConsole Namespace
Return to top