AFTransfer.Source Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
This read-only property returns the element that is the source of the transfer.
Namespace: OSIsoft.AF.EventFrame
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFBaseElement Source { get; }
Public ReadOnly Property Source As AFBaseElement Get Dim instance As AFTransfer Dim value As AFBaseElement value = instance.Source
public: property AFBaseElement^ Source { AFBaseElement^ get (); }
member Source : AFBaseElement with get
Property Value
Type: AFBaseElementReturns the element that is the source of the transfer.
Remarks
Use the SetSource(AFPort) method to set this property.