SocialCommentCommentText Property |
The comment contents in clear text. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string CommentText { get; set; }
Public Property CommentText As String
Get
Set
public:
property String^ CommentText {
String^ get ();
void set (String^ value);
}
member CommentText : string with get, set
Property Value
Type:
String
See Also