LogsCmdletBase.EndTime Property

Definition

Gets or sets the endtime parameter of the cmdlet

[System.Management.Automation.Parameter(HelpMessage="The endTime of the query", ValueFromPipelineByPropertyName=true)]
public virtual DateTime? EndTime { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The endTime of the query", ValueFromPipelineByPropertyName=true)>]
member this.EndTime : Nullable<DateTime> with get, set
Public Overridable Property EndTime As Nullable(Of DateTime)

Property Value

Attributes

Applies to