Search Results for

    Show / Hide Table of Contents

    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.Int32

    following

    Number of memebrs the yammer user following

    Declaration
    public int following { get; set; }
    Property Value
    System.Int32

    updates

    Number of updates of the user

    Declaration
    public int updates { get; set; }
    Property Value
    System.Int32

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer