IAFAttribute.UniqueID Property
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Read-only property that provides the object's ID as a String.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
string UniqueID { get; }
ReadOnly Property UniqueID As String Get Dim instance As IAFAttribute Dim value As String value = instance.UniqueID
property String^ UniqueID { String^ get (); }
abstract UniqueID : string with get
Property Value
Type: StringThe object's ID as a String.