|
LogMessageText Property
|
This value is the content of the log message.
Namespace:
DoubleTake.Common.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
function get_Text();
function set_Text(value);
Property Value
Type:
String
The descriptive portion of the message.
See Also