| ReactionDynamicsItem Property |
Gets or sets the number of reactions for a given date.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntax public int this[
DateTime date
] { get; set; }
Public Default Property Item (
date As DateTime
) As Integer
Get
Set
Parameters
- date
- Type: SystemDateTime
Date.
Return Value
Type:
Int32The number of reactions.
Remarks See Also