IProcessEntity.CreationTimeUtc Property

Definition

The time when the process started to run

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

Property Value

Attributes

Applies to