SocialReactionsSummaryReactionType Property |
The type of the reaction. LIK = Like; LOV = Love; HAH = Haha; WOW = Wow; SAD = Sad; ANG = Angry. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SocialReactionsSummaryRepositoryReactionType ReactionType { get; }
Public ReadOnly Property ReactionType As SocialReactionsSummaryRepositoryReactionType
Get
public:
property SocialReactionsSummaryRepositoryReactionType^ ReactionType {
SocialReactionsSummaryRepositoryReactionType^ get ();
}
member ReactionType : SocialReactionsSummaryRepositoryReactionType with get
Property Value
Type:
SocialReactionsSummaryRepositoryReactionType
See Also