AFNotificationContentResults.StartTime Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
The start time associated with this list of content results.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTime StartTime { get; set; }
Public Property StartTime As AFTime Get Set Dim instance As AFNotificationContentResults Dim value As AFTime value = instance.StartTime instance.StartTime = value
public: property AFTime StartTime { AFTime get (); void set (AFTime value); }
member StartTime : AFTime with get, set
Property Value
Type: AFTimeReturns the start time associated with this list of content results.