AFSecurity.OwnerName Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.