AFConnection Properties
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFConnection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Database |
This read-only property returns the AFDatabase where this object is defined.
| |
| Destination |
This property returns the AFBaseElement object which is the connection's destination.
| |
| DestinationPort |
This property returns the destination AFPort for the connection.
| |
| ID |
Read-only property that provides a unique identifier for the object to be used for
quick access that is not dependent upon the index.
(Inherited from AFObject.) | |
| Identity |
This read-only property contains identity of the object.
(Inherited from AFObject.) | |
| IsDeleted |
This read-only property indicates whether the object has been deleted.
(Inherited from AFObject.) | |
| Model |
This read-only property returns the model that owns this object.
| |
| PISystem |
This read-only property allows access to the PISystem associated with this
object.
(Inherited from AFObject.) | |
| Source |
This property returns the AFBaseElement object which is the connection's source.
| |
| SourcePort |
This property returns the source AFPort for the connection.
| |
| UniqueID |
Read-only property that provides the object's ID as a String.
(Inherited from AFObject.) |