EnrollmentGroup.CreatedOnUtc Property

Definition

The DateTime this resource was created.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="createdDateTimeUtc")]
public DateTimeOffset? CreatedOnUtc { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="createdDateTimeUtc")>]
member this.CreatedOnUtc : Nullable<DateTimeOffset>
Public ReadOnly Property CreatedOnUtc As Nullable(Of DateTimeOffset)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to