|
VerificationStepId Property |
This value is the ID for the validation item.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string Id { get; set; }Public Property Id As String
Get
Set
public:
property String^ Id {
String^ get ();
void set (String^ value);
}function get_Id();
function set_Id(value);
Property Value
Type:
String
The identifier of this verification step.
See Also