adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / StatusAcknowledgedByUserName Property


In This Topic
    StatusAcknowledgedByUserName Property
    In This Topic
    The user ID of the user who acknowledged the status, if StatusAcknowledged is true.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property StatusAcknowledgedByUserName As String
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public string StatusAcknowledgedByUserName {get;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property String^ StatusAcknowledgedByUserName {
       String^ get();
    }
    Remarks
    This value is only set if the status was acknowledged on server version 5 or later.
    See Also