共用方式為


Collection.NumberOfOffers Property

Definition

Gets the number of offers associated with the collection.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfOffers")]
public long? NumberOfOffers { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfOffers")>]
member this.NumberOfOffers : Nullable<int64>
Public ReadOnly Property NumberOfOffers As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to