Checkpoint Property (ScriptHostInterface)
In This Topic
Gets or sets the Checkpoint for the job.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Shared Property Checkpoint As String
[CanBeNull()]
public static string Checkpoint {get; set;}
[CanBeNull()]
public:
static property String^ Checkpoint {
String^ get();
void set ( String^ value);
}
See Also