Comments Property (ObjectChangeLog)
In This Topic
The comments entered by the user when the change was recorded.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property Comments As String
[CanBeNull()]
public string Comments {get;}
[CanBeNull()]
public:
property String^ Comments {
String^ get();
}
See Also