|
VerificationStepTitleKey Property
|
This value is a title key for the validation item. This value can be used to look up the title text.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string TitleKey { get; set; }
Public Property TitleKey As String
Get
Set
public:
property String^ TitleKey {
String^ get ();
void set (String^ value);
}
function get_TitleKey();
function set_TitleKey(value);
Property Value
Type:
String
The title key for this verification step.
See Also