AFNotificationRuleSubscriber.ConfigString Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the current configuration of the contact's delivery channel
as a string suitable for displaying to an end-user.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public string ConfigString { get; set; }
Public Property ConfigString As String Get Set Dim instance As AFNotificationRuleSubscriber Dim value As String value = instance.ConfigString instance.ConfigString = value
public: property String^ ConfigString { String^ get (); void set (String^ value); }
member ConfigString : string with get, set
Property Value
Type: StringReturns the current configuration of the contact's delivery channel as a string. To get a user presentable string, use the ToString method of the delivery channel. The configuration string contains sufficient information to be used to set the configuration of the associated delivery channel.