Click or drag to resize
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.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public string MessageId { get; set; }

Property Value

Type: String
The message id for this action.
See Also