AFObject.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
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public virtual string UniqueID { get; }
Public Overridable ReadOnly Property UniqueID As String Get Dim instance As AFObject Dim value As String value = instance.UniqueID
public: virtual property String^ UniqueID { String^ get (); }
abstract UniqueID : string with get override UniqueID : string with get
Property Value
Type: StringThe object's ID as a String.