System.WorkItem.CommentLogWork Item Comments Log

System.WorkItem.CommentLog (ClassType)

All comments associated with work items in the action log

Element properties:

Base ClassSystem.WorkItem.Log
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId898d3903-c4f2-4c4b-3492-8c5af2bf7091

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.Information:
Id  string  ID ID true 256  False 
System.WorkItem.CommentLog:
Comment  string  Comment Comment false 4000  False 
EnteredBy  string  Entered by Entered by false 256  False 
EnteredDate  datetime  Entered date Entered date false 256   

Health Model:

Source Code:

<ClassType ID="System.WorkItem.CommentLog" Accessibility="Public" Base="System.WorkItem.Log" Hosted="false" Abstract="true">
<Property ID="Comment" Type="string" Required="true" MaxLength="4000"/>
<Property ID="EnteredBy" Type="string" Required="true"/>
<Property ID="EnteredDate" Type="datetime" Required="true"/>
</ClassType>