adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ClientName Property

In This Topic
    ClientName Property
    In This Topic
    Returns the Windows user name that this session is authenticated under.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property ClientName As String
    [CanBeNull()]
    public string ClientName {get;}
    See Also