AFAttribute.ServerTimeSource Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Gets the server time source associated with this AFAttribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public IAFTimeSource ServerTimeSource { get; }
Public ReadOnly Property ServerTimeSource As IAFTimeSource Get Dim instance As AFAttribute Dim value As IAFTimeSource value = instance.ServerTimeSource
public: property IAFTimeSource^ ServerTimeSource { IAFTimeSource^ get (); }
member ServerTimeSource : IAFTimeSource with get
Property Value
Type: IAFTimeSourceReturns the server time source associated with this AFAttribute.
Remarks
If this attribute has a DataReferencePlugIn configured,
then DataReference will return the server time source
associated with the DataReference. When a
DataReferencePlugIn is not configured, then the
PISystem associated with the data reference is returned.