Search Results for

    Show / Hide Table of Contents

    Class YammerUserHomeTab

    Holds yammer user home tab details

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

    Properties

    feed_description

    Represents description of user

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

    group_id

    Represents group id of user

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

    name

    Represents name of user

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

    ordering_index

    Represents index of user

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

    private

    Represents boolean value to make user information as private

    Declaration
    public bool? private { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    select_name

    Represents select name of user

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

    type

    Represents user type

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

    url

    Represents url of user

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

    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