AFDataReference.ServerTimeSource Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the server time source associated with this AFDataReference.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual Object ServerTimeSource { get; }
Public Overridable ReadOnly Property ServerTimeSource As Object Get Dim instance As AFDataReference Dim value As Object value = instance.ServerTimeSource
public: virtual property Object^ ServerTimeSource { Object^ get (); }
abstract ServerTimeSource : Object with get override ServerTimeSource : Object with get
Property Value
Type: ObjectReturns the server time source associated with this AFDataReference.
Remarks
If the AFDataReference does not override this property, then the
PISystem associated with the data reference is returned.