AFAttributeValueQueryID.AttributeID Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ID of the Attribute. If the attribute is created from a template, this must be the ID of the Attribute Template.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid AttributeID { get; set; }
Public Property AttributeID As Guid Get Set Dim instance As AFAttributeValueQueryID Dim value As Guid value = instance.AttributeID instance.AttributeID = value
public: property Guid AttributeID { Guid get (); void set (Guid value); }
member AttributeID : Guid with get, set