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

AF SDK Reference

AFNotificationRuleSubscriber.ConfigString Property

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

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, 2.8.5, 2.8

See Also

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