AFAttributeValueQueryID.AttributeID Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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