SocialPostLastInteractionTimeUtc Property |
The server time (in UTC) of the last interaction with the post, including comments, replies, likes, etc. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Communities
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime LastInteractionTimeUtc { get; set; }
Public Property LastInteractionTimeUtc As DateTime
Get
Set
public:
property DateTime^ LastInteractionTimeUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member LastInteractionTimeUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also