AFAttributeValueQuery Constructor (AFAttributeTemplate, AFSearchOperator, Object)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Creates a new instance of the AFAttributeValueQuery structure without
specifying a UOM for the value.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFAttributeValueQuery( AFAttributeTemplate template, AFSearchOperator searchOperator, Object value )
Public Sub New ( template As AFAttributeTemplate, searchOperator As AFSearchOperator, value As Object ) Dim template As AFAttributeTemplate Dim searchOperator As AFSearchOperator Dim value As Object Dim instance As New AFAttributeValueQuery(template, searchOperator, value)
public: AFAttributeValueQuery( AFAttributeTemplate^ template, AFSearchOperator searchOperator, Object^ value )
new : template : AFAttributeTemplate * searchOperator : AFSearchOperator * value : Object -> AFAttributeValueQuery
Parameters
- template
- Type: OSIsoft.AF.AssetAFAttributeTemplate
The value for the AttributeTemplate property. - searchOperator
- Type: OSIsoft.AF.SearchAFSearchOperator
The value for the Operator property. - value
- Type: SystemObject
The value for the AttributeValue property.