If data that is kept under source control or metadata that is associated with source-controlled data is changed, this change information is recorded as either a history or an event record.
Gets and sets the comment associated with the operation indicated by this history record
Gets the date and time of day on which the operation was executed
Gets an indication of the type of operation that was executed
Gets the name of the login group that performed the operation indicated by this history record
Gets the name of the host machine from which the operation indicated by this history record was executed
Gets the full name of the user who performed the operation indicated by this history record
Gets the login name of the user who performed the operation indicated by this history record
Gets the VOB that contains the object to which the operation was applied
Gets and sets the comment associated with the operation indicated by this history record
Read-write property
Property Comment As String
_bstr_t GetComment(); void PutComment(_bstr_t NewComment);
Member of: ICCHistoryRecord interface
Gets the date and time of day on which the operation was executed
Read-only property
Property Date As Date
Gets an indication of the type of operation that was executed
Read-only property
Property EventKind As String
Gets the name of the login group that performed the operation indicated by this history record
Read-only property
Property Group As String
Gets the name of the host machine from which the operation indicated by this history record was executed
Read-only property
Property Host As String
Gets the full name of the user who performed the operation indicated by this history record
Read-only property
Property UserFullName As String
Gets the login name of the user who performed the operation indicated by this history record
Read-only property
Property UserLoginName As String
Gets the VOB that contains the object to which the operation was applied
Read-only property
Property VOB As CCVOB