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


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