AuditData Class

Definition

Describes the change history of an object in the group chat database. Objects that have change histories include ChatRoomInformation, PersistentChatPrincipal, PersistentChatRoleDescriptor, and ChatRoom.

public ref class AuditData
public class AuditData
type AuditData = class
Public Class AuditData
Inheritance
AuditData

Properties

CreatedBy

Gets the URI of the user who created the object.

CreatedOn

Gets the date on which the object was created

UpdatedBy

Gets the URI of the user who last updated the object.

UpdatedOn

Gets the date on which the object was last updated

Applies to