AFDataReference.ConfigString Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property represents the current configuration of the Data Reference as a string suitable
for displaying to an end-user and/or setting its configuration.
Namespace: OSIsoft.AF.Asset
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 AFDataReference 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: StringReturns the current configuration of the Data Reference 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
Setting this property to or an empty string resets the configuration
to its default values.
| This method must be overridden and implemented by PlugIn implementer. |