AFAttribute.SupportedDataMethods Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
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.1.1.1182
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: AFDataMethodsSpecifies 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.