adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / UserName Property

In This Topic
    UserName Property (ObjectChangeLog)
    In This Topic
    The name of the user who made the change.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property UserName As String
    [CanBeNull()]
    public string UserName {get;}
    Remarks
    UserName will be empty if IsSystemGenerated is True.
    See Also