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