GetPIDataArchiveIncidentUpdate.UpdateTime Property
- Last UpdatedDec 15, 2025
- 2 minute read
The time which the incidents must have been updated since in order to be returned
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = false, HelpMessage = "Time after which the incidents are updated")] [ValidateNotNullOrEmptyAttribute] public DateTime UpdateTime { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, ValueFromPipeline := false, HelpMessage := "Time after which the incidents are updated")> <ValidateNotNullOrEmptyAttribute> Public Property UpdateTime As DateTime Get Set Dim instance As GetPIDataArchiveIncidentUpdate Dim value As DateTime value = instance.UpdateTime instance.UpdateTime = value
public: [ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = false, HelpMessage = L"Time after which the incidents are updated")] [ValidateNotNullOrEmptyAttribute] property DateTime UpdateTime { DateTime get (); void set (DateTime value); }
[<ParameterAttribute(Position = 0, Mandatory = true, ValueFromPipeline = false, HelpMessage = "Time after which the incidents are updated")>] [<ValidateNotNullOrEmptyAttribute>] member UpdateTime : DateTime with get, set