IProcessInfoProperties.TotalCpuTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Total CPU time.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Total CPU time.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="total_cpu_time")]
public string TotalCpuTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Total CPU time.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="total_cpu_time")>]
member this.TotalCpuTime : string with get, set
Public Property TotalCpuTime As String
Property Value
- Attributes