IAgreementTerms.RetrieveDatetime Property

Definition

Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.

[Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="retrieveDatetime")]
public DateTime? RetrieveDatetime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MarketplaceOrdering.Runtime.Info(Description="Date and time in UTC of when the terms were accepted. This is empty if Accepted is false.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=false, Required=false, SerializedName="retrieveDatetime")>]
member this.RetrieveDatetime : Nullable<DateTime> with get, set
Public Property RetrieveDatetime As Nullable(Of DateTime)

Property Value

Attributes

Applies to