IDomain.ConsentAgreedAt Property

Definition

Timestamp when the agreements were accepted.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Timestamp when the agreements were accepted.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=false, ReadOnly=false, Required=false, SerializedName="agreedAt", Update=false)]
public DateTime? ConsentAgreedAt { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Timestamp when the agreements were accepted.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=false, ReadOnly=false, Required=false, SerializedName="agreedAt", Update=false)>]
member this.ConsentAgreedAt : Nullable<DateTime> with get, set
Public Property ConsentAgreedAt As Nullable(Of DateTime)

Property Value

Attributes

Applies to