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