Class YammerUserStats
Holds yammer user statistics information
Inheritance
System.Object
YammerUserStats
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class YammerUserStats : object
Properties
followers
Number of members following the user
Declaration
public int followers { get; set; }
Property Value
System.
|
following
Number of memebrs the yammer user following
Declaration
public int following { get; set; }
Property Value
System.
|
updates
Number of updates of the user
Declaration
public int updates { get; set; }
Property Value
System.
|