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

AF SDK Reference

AFAttribute.ConfigString Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFAttribute.ConfigString Property
This property returns the current configuration of the attribute's data reference as a string suitable for displaying to an end-user.

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 AFAttribute
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 attribute'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.

Implements

IAFAttributeConfigString

Version Information

AFSDK


See Also

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