LogsCmdletBase.EndTime 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.
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