PIPoint.Attributes Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
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