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

AF SDK Reference

AFNotificationContactTemplate.ConfigString Property

AFNotificationContactTemplate.ConfigString Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFNotificationContactTemplate.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 AFNotificationContactTemplate
Dim value As String

value = instance.ConfigString

instance.ConfigString = value
public:
virtual property String^ ConfigString {
	String^ get () sealed;
	void set (String^ value) sealed;
}
abstract ConfigString : string with get, set
override 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.

Implements

IAFNotificationContactConfigString

Version Information

AFSDK


See Also

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