AFAttributeTemplate.ConfigString Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property returns the current configuration of the attribute template's data reference
as a string.
Namespace: OSIsoft.AF.Asset
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 AFAttributeTemplate 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: StringReturns the current configuration of the attribute template's data reference as a string. To get a user presentable string, use the ToString method of the Data Reference. The configuration string contains sufficient information to be used to set the configuration of the associated data reference.