共用方式為


User.AdditionalUsageQuota Property

Definition

Gets or sets the amount of usage quota time the user gets in addition to the lab usage quota.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalUsageQuota")]
public TimeSpan? AdditionalUsageQuota { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.additionalUsageQuota")>]
member this.AdditionalUsageQuota : Nullable<TimeSpan> with get, set
Public Property AdditionalUsageQuota As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to