SocialReactionSocialComment Property |
When not null, specifies that the reaction is for the specified comment within the 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 SocialComment { get; set; }
Public Property SocialComment As SocialComment
Get
Set
public:
property SocialComment^ SocialComment {
SocialComment^ get ();
void set (SocialComment^ value);
}
member SocialComment : SocialComment with get, set
Property Value
Type:
SocialComment
See Also