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

AF SDK Reference

AFValue.Attribute Property

  • Last UpdatedNov 18, 2025
  • 2 minute read
AFValue.Attribute Property
This property returns the AFAttribute associated with the value.

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

Syntax

public AFAttribute Attribute { get; set; }
Public Property Attribute As AFAttribute
	Get
	Set

Dim instance As AFValue
Dim value As AFAttribute

value = instance.Attribute

instance.Attribute = value
public:
property AFAttribute^ Attribute {
	AFAttribute^ get ();
	void set (AFAttribute^ value);
}
member Attribute : AFAttribute with get, set

Property Value

Type: AFAttribute
The AFAttribute associated with this instance of the value. This property will return if this instance of the value is not associated with an AFAttribute. This property can also be set to use the value with the UpdateValues Overload method.

Version Information

AFSDK


See Also

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