PIPoint.Point 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 Stream Point { get; set; }
Public Property Point As Stream Get Set Dim instance As PIPoint Dim value As Stream value = instance.Point instance.Point = value
public: property Stream^ Point { Stream^ get (); void set (Stream^ value); }
member Point : Stream with get, set