AFSecurityMapping.AccountDisplayName Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The name of the account that is being mapped to the SecurityIdentity.
Namespace: OSIsoft.AF
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string AccountDisplayName { get; }
Public ReadOnly Property AccountDisplayName As String Get Dim instance As AFSecurityMapping Dim value As String value = instance.AccountDisplayName
public: property String^ AccountDisplayName { String^ get (); }
member AccountDisplayName : string with get