MessageViewDescription.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
Remarks
Setting this property does not change the body text for existing message view instances. Only future message view instances are affected.
See Also
MessageViewDescription Class
Microsoft.ManagementConsole Namespace
Return to top