SocialCommentReplyToComment Property |
When not null, means that the comment is a reply to the specified comment. The comment and the reply should be for the same data object. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SocialComment ReplyToComment { get; set; }
Public Property ReplyToComment As SocialComment
Get
Set
public:
property SocialComment^ ReplyToComment {
SocialComment^ get ();
void set (SocialComment^ value);
}
member ReplyToComment : SocialComment with get, set
Property Value
Type:
SocialComment
See Also