Class User
Domain Object that defines a User or group in the provisioning template
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class User : BaseModel, IProvisioningTemplateDescendant
Properties
Name
The User email Address or the group name.
Declaration
public string Name { get; set; }
Property Value
System.String
|
Methods
Equals(User)
Compares User object based on Name
Declaration
public bool Equals(User other)
Parameters
User
other
User object |
Returns
System.Boolean
true if the User object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with User
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents User |
Returns
System.Boolean
true if the current object is equal to the User |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |