Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFSecurity.OwnerName Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFSecurity.OwnerName Property
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: String
Returns 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.

Version Information

AFSDK

Supported in: 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0, 2.10.11, 2.10.5, 2.10.0, 2.10, 2.9.5, 2.9

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in