AFSecurity.OwnerName Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property returns the owner name for the AFObject associated with this AFSecurity.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string OwnerName { get; }
Public ReadOnly Property OwnerName As String Get Dim instance As AFSecurity Dim value As String value = instance.OwnerName
public: property String^ OwnerName { String^ get (); }
member OwnerName : string with get
Property Value
Type: StringReturns the owner name for the AFObject that is associated with this AFSecurity.
Remarks
The owner for the AFObject that is associated with this AFSecurity is initially
the determined by the creator of the object. Its ownership can be changed by calling the SetOwner(NTAccount)
method.