In This Topic
Determines whether the cycle ID for the current scope will be updated when this job runs
Syntax
'Declaration
Public Property UpdateCycleID As Boolean
public bool UpdateCycleID {get; set;}
public:
property bool UpdateCycleID {
bool get();
void set ( bool value);
}
See Also