AFConnection.Model Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the model that owns this object.
Namespace: OSIsoft.AF.Modeling
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFModel Model { get; }
Public ReadOnly Property Model As AFModel Get Dim instance As AFConnection Dim value As AFModel value = instance.Model
public: property AFModel^ Model { AFModel^ get (); }
member Model : AFModel with get
Property Value
Type: AFModelReturns the model that owns this object.