Discuss this help topic in SecureBlackbox Forum

TElBoxCollaboration.AcknowledgedAt

TElBoxCollaboration     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies when the status of this collaboration was changed.

Declaration

[C#]
    DateTime AcknowledgedAt;

[VB.NET]
    Property AcknowledgedAt As DateTime

[Pascal]
    property AcknowledgedAt: TDateTime;

[C++]
    int64_t get_AcknowledgedAt();

[PHP]
    DateTime get_AcknowledgedAt()

[Java]
    Date getAcknowledgedAt();

Description

    Use this property to check when the status of this collaboration was changed.

See also:     Status    

Discuss this help topic in SecureBlackbox Forum