AFAttributeValueQuery.AttributeTemplate Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAttributeTemplate used to determine the attribute's value
to be compared.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAttributeTemplate AttributeTemplate { get; set; }
Public Property AttributeTemplate As AFAttributeTemplate Get Set Dim instance As AFAttributeValueQuery Dim value As AFAttributeTemplate value = instance.AttributeTemplate instance.AttributeTemplate = value
public: property AFAttributeTemplate^ AttributeTemplate { AFAttributeTemplate^ get (); void set (AFAttributeTemplate^ value); }
member AttributeTemplate : AFAttributeTemplate with get, set
Property Value
Type: AFAttributeTemplateReturns the AFAttributeTemplate used to determine the attribute's value to be compared.