AFObject.UniqueID Property
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.