adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobLookupInfo Class / GroupOID Property


In This Topic
    GroupOID Property
    In This Topic
    The OID of the Job Group the job belongs to.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property GroupOID As OID
    [NotNull()]
    public OID GroupOID {get;}
    [NotNull()]
    public:
    property OID^ GroupOID {
       OID^ get();
    }
    See Also