Partager via


IScriptExecution.FinishedAt Property

Definition

Time the script execution was finished

[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Time the script execution was finished", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="finishedAt", Update=false)]
public DateTime? FinishedAt { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Create=false, Description="Time the script execution was finished", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, Read=true, ReadOnly=true, Required=false, SerializedName="finishedAt", Update=false)>]
member this.FinishedAt : Nullable<DateTime>
Public ReadOnly Property FinishedAt As Nullable(Of DateTime)

Property Value

Attributes

Applies to