SetAttr Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetAttr() method sets the value of a job attribute given the entity on which the job is running but not the actual job details.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| SetAttr(Int32,Int32,Int32,String,Nullable<Int32>,Nullable<Int32>) | The SetAttr() method sets the value of a job attribute given the entity on which the job is running but not the actual job details. This overload of the method uses the entity ID to specify the entity. |
| SetAttr(Int32,String,String,Int32,String,Nullable<Int32>,Nullable<Int32>) | The SetAttr() method sets the value of a job attribute given the entity on which the job is running but not the actual job details. This overload of the method uses the entity name and site name to specify the entity. |