LastEditComment Property (RawReasonCode)
- Last UpdatedNov 06, 2025
- 1 minute read
Gets or sets a value for the comment about the instantiation of the raw reason.
'Declaration
Public Property LastEditComment As String
'Usage
Dim instance As RawReasonCode
Dim value As String
instance.LastEditComment = value
value = instance.LastEditComment
public string LastEditComment {get; set;}