Jobid Property
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the Job ID of the tag rename operation.
'Declaration
Public Property Jobid As ValueType
'Usage
Dim instance As HistorianTagRenameStatus
Dim value As ValueType
instance.Jobid = value
value = instance.Jobid
public ValueType Jobid {get; set;}
public:
property ValueType^ Jobid {
ValueType^ get();
void set ( ValueType^ value);
}