IMicrosoftGraphUser.ExternalUserStateChangeDateTime Property

Definition

Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, NOT , in).

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, NOT , in).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalUserStateChangeDateTime", Update=true)]
public DateTime? ExternalUserStateChangeDateTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Shows the timestamp for the latest change to the externalUserState property. Supports $filter (eq, ne, NOT , in).", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=false, Required=false, SerializedName="externalUserStateChangeDateTime", Update=true)>]
member this.ExternalUserStateChangeDateTime : Nullable<DateTime> with get, set
Public Property ExternalUserStateChangeDateTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to