ICCHistoryRecord interface
Description
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.
Inheritance

Read-write properties
- Comment
Gets and sets the comment associated with the operation indicated by this history record
Read-only properties
- Date
Gets the date and time of day on which the operation was executed
- EventKind
Gets an indication of the type of operation that was executed
- Group
Gets the name of the login group that performed the operation indicated by this history record
- Host
Gets the name of the host machine from which the operation indicated by this history record was executed
- UserFullName
Gets the full name of the user who performed the operation indicated by this history record
- UserLoginName
Gets the login name of the user who performed the operation indicated by this history record
- VOB
Gets the VOB that contains the object to which the operation was applied
Creation
Comment
Gets and sets the comment associated with the operation indicated by this history record
Category
Read-write property
VB syntax
Property Comment As String
Visual C++ syntax
_bstr_t GetComment(); void PutComment(_bstr_t NewComment);
- Parameter
- Description
- NewComment
- Visual C++ only. Specify a String for the comment.
Member of: ICCHistoryRecord interface
Date
Gets the date and time of day on which the operation was executed
Category
Read-only property
VB syntax
Property Date As Date
EventKind
Gets an indication of the type of operation that was executed
Category
Read-only property
VB syntax
Property EventKind As String
Group
Gets the name of the login group that performed the operation indicated by this history record
Category
Read-only property
VB syntax
Property Group As String
Host
Gets the name of the host machine from which the operation indicated by this history record was executed
Category
Read-only property
VB syntax
Property Host As String
UserFullName
Gets the full name of the user who performed the operation indicated by this history record
Category
Read-only property
VB syntax
Property UserFullName As String
UserLoginName
Gets the login name of the user who performed the operation indicated by this history record
Category
Read-only property
VB syntax
Property UserLoginName As String
VOB
Gets the VOB that contains the object to which the operation was applied
Category
Read-only property
VB syntax
Property VOB As CCVOB