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.
|
group_id
Represents group id of user
Declaration
public int? group_id { get; set; }
Property Value
System.
|
name
Represents name of user
Declaration
public string name { get; set; }
Property Value
System.
|
ordering_index
Represents index of user
Declaration
public string ordering_index { get; set; }
Property Value
System.
|
private
Represents boolean value to make user information as private
Declaration
public bool? private { get; set; }
Property Value
System.
|
select_name
Represents select name of user
Declaration
public string select_name { get; set; }
Property Value
System.
|
type
Represents user type
Declaration
public string type { get; set; }
Property Value
System.
|
url
Represents url of user
Declaration
public string url { get; set; }
Property Value
System.
|