AFNotificationContentResult.DisplayName Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The user-friendly display name for the content result.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public string DisplayName { get; }
Public ReadOnly Property DisplayName As String Get Dim instance As AFNotificationContentResult Dim value As String value = instance.DisplayName
public: property String^ DisplayName { String^ get (); }
member DisplayName : string with get
Property Value
Type: StringReturns the user-friendly display name for the result.
Remarks
This is the same as the DisplayName
of the associated Content.