|
JobActionMessageId Property |
This value is the message ID for the action. This value can be used to look up a message associated with this action.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string MessageId { get; set; }
Public Property MessageId As String
Get
Set
public:
property String^ MessageId {
String^ get ();
void set (String^ value);
}
function get_MessageId();
function set_MessageId(value);
Property Value
Type:
String
The message id for this action.
See Also