IAgreementTerms.RetrieveDatetime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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