Search Results for

    Show / Hide Table of Contents

    Class YammerGroupStats

    Represents Yammer Group statistics

    Inheritance
    System.Object
    YammerGroupStats
    Namespace: PnP.Framework.Entities
    Assembly: PnP.Framework.dll
    Syntax
    public class YammerGroupStats : object

    Properties

    last_message_at

    yammer group last message location

    Declaration
    public string last_message_at { get; set; }
    Property Value
    System.String

    last_message_id

    yammer group last meesage id

    Declaration
    public int? last_message_id { get; set; }
    Property Value
    System.Nullable<System.Int32>

    members

    Number of users in the yammer group

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

    updates

    Number of updates of the yammer group

    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