adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IScriptParameters Interface / JobGroupOID Property


In This Topic
    JobGroupOID Property (IScriptParameters)
    In This Topic
    The object ID of the group to which the job belongs.
    Syntax
    'Declaration
     
    
    ReadOnly Property JobGroupOID As Nullable(Of Guid)
    Nullable<Guid> JobGroupOID {get;}
    property Nullable<Guid> JobGroupOID {
       Nullable<Guid> get();
    }
    See Also