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

AF SDK Reference

AFDeliveryChannel.ConfigString Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFDeliveryChannel.ConfigString Property
The current configuration of the Delivery Channel as a string suitable for displaying to an end-user and/or setting its configuration.

Namespace:  OSIsoft.AF.Notification
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

public virtual string ConfigString { get; set; }
Public Overridable Property ConfigString As String
	Get
	Set

Dim instance As AFDeliveryChannel
Dim value As String

value = instance.ConfigString

instance.ConfigString = value
public:
virtual property String^ ConfigString {
	String^ get ();
	void set (String^ value);
}
abstract ConfigString : string with get, set
override ConfigString : string with get, set

Property Value

Type: String
Returns the current configuration of the Delivery Channel as a string suitable for displaying to an end-user. It must fully represent all the configuration information in a format that can also be used to set the configuration using this property.

Remarks

If the configuration has changed, the IsDirty flag will be set.

Version Information

AFSDK


See Also

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