AFDataReference.SupportedMethods Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This read-only property specifies which of the data reference methods are supported.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual AFDataReferenceMethod SupportedMethods { get; }
Public Overridable ReadOnly Property SupportedMethods As AFDataReferenceMethod Get Dim instance As AFDataReference Dim value As AFDataReferenceMethod value = instance.SupportedMethods
public: virtual property AFDataReferenceMethod SupportedMethods { AFDataReferenceMethod get (); }
abstract SupportedMethods : AFDataReferenceMethod with get override SupportedMethods : AFDataReferenceMethod with get
Property Value
Type: AFDataReferenceMethodSpecifies which of the data reference methods are supported. Its value can be one or more of the AFDataReferenceMethod enumeration values logically ORed together.
Remarks
If a data reference is intended to be read-only, it should not support the
SetValue method. Normally, to support GetValues, the data reference
must support the context of Time, or be based on another attribute which supports the
GetValues method.
Data References which specify the CreateConfig option will have the
user interface make available a command to inform the data reference to update
the foreign database's configuration. For example, the PI Point Data Reference can
be made to update the tag configuration of the specified point.