|
VerificationStepMessageFormatParameters Property |
This value is the message format parameters.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string[] MessageFormatParameters { get; set; }
Public Property MessageFormatParameters As String()
Get
Set
public:
property array<String^>^ MessageFormatParameters {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_MessageFormatParameters();
function set_MessageFormatParameters(value);
Property Value
Type:
String
The message format parameters for this verification step.
See Also