Share via


IProcessEntity.CreationTimeUtc Property

Definition

The time when the process started to run

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The time when the process started to run", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="creationTimeUtc")]
public DateTime? CreationTimeUtc { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The time when the process started to run", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="creationTimeUtc")>]
member this.CreationTimeUtc : Nullable<DateTime>
Public ReadOnly Property CreationTimeUtc As Nullable(Of DateTime)

Property Value

Attributes

Applies to