共用方式為


ReservationOrderBillingPlanInformation.StartDate Property

Definition

Gets or sets date when the billing plan has started.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="startDate")]
public DateTime? StartDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateJsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="startDate")>]
member this.StartDate : Nullable<DateTime> with get, set
Public Property StartDate As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to