adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobLookupInfo Class / GroupName Field


In This Topic
    GroupName Field
    In This Topic
    The name of the Job Group the job belongs to.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <NotNullAttribute()>
    Public ReadOnly GroupName As String
    [DataMember()]
    [NotNull()]
    public readonly string GroupName
    [DataMember()]
    [NotNull()]
    public:
    readonly String^ GroupName
    See Also