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

AF SDK Reference

AFAttribute.SupportedDataMethods Property

  • Last UpdatedJan 12, 2026
  • 2 minute read
AFAttribute.SupportedDataMethods Property
This read-only property specifies which of the data methods are supported by the data reference.

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

Syntax

public AFDataMethods SupportedDataMethods { get; }
Public ReadOnly Property SupportedDataMethods As AFDataMethods
	Get

Dim instance As AFAttribute
Dim value As AFDataMethods

value = instance.SupportedDataMethods
public:
property AFDataMethods SupportedDataMethods {
	AFDataMethods get ();
}
member SupportedDataMethods : AFDataMethods with get

Property Value

Type: AFDataMethods
Specifies which of the data methods are supported by the data reference. Its value can be one or more of the AFDataMethods enumeration values logically ORed together.

Remarks

If a data reference is configured, this method call is forwarded directly to the AFDataReference.SupportedDataMethods property of that data reference.

Version Information

AFSDK


See Also

In This Topic