Class UserProfile
Defines a UserProfile object for SharePoint
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.SPUPS
Assembly: PnP.Framework.dll
Syntax
public class UserProfile : BaseModel, IProvisioningTemplateDescendant
Constructors
UserProfile()
Declaration
public UserProfile()
Properties
Properties
Properties of the UserProfile
Declaration
public Dictionary<string, string> Properties { get; }
Property Value
Dictionary<System.String, System.String>
|
TargetGroup
The Targe Group of the target UserProfile
Declaration
public String TargetGroup { get; set; }
Property Value
String
|
TargetUser
The Target User of the target UserProfile
Declaration
public String TargetUser { get; set; }
Property Value
String
|
Methods
Equals(UserProfile)
Compares UserProfile object based on TargetUser, TargetGroup, and Properties
Declaration
public bool Equals(UserProfile other)
Parameters
UserProfile
other
User UserProfile object |
Returns
System.Boolean
true if the UserProfile object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with UserProfile class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents UserProfile |
Returns
System.Boolean
Checks whether object is UserProfile class |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |