AFAttributeValueQueryID.ElementID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
The ID of the owning object of the attribute.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public Guid ElementID { get; set; }
Public Property ElementID As Guid Get Set Dim instance As AFAttributeValueQueryID Dim value As Guid value = instance.ElementID instance.ElementID = value
public: property Guid ElementID { Guid get (); void set (Guid value); }
member ElementID : Guid with get, set