PIPoint.Attributes Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public Hashtable Attributes { get; set; }
Public Property Attributes As Hashtable Get Set Dim instance As PIPoint Dim value As Hashtable value = instance.Attributes instance.Attributes = value
public: property Hashtable^ Attributes { Hashtable^ get (); void set (Hashtable^ value); }
member Attributes : Hashtable with get, set