ILicenseProfileArmProductProfileProperties.EnrollmentDate Property

Definition

The timestamp in UTC when the user enrolls the feature.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The timestamp in UTC when the user enrolls the feature.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="enrollmentDate", Update=false)]
public DateTime? EnrollmentDate { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=false, Description="The timestamp in UTC when the user enrolls the feature.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="enrollmentDate", Update=false)>]
member this.EnrollmentDate : Nullable<DateTime>
Public ReadOnly Property EnrollmentDate As Nullable(Of DateTime)

Property Value

Attributes

Applies to