AddPIPoint.Names Property
- Last UpdatedDec 15, 2025
- 2 minute read
Names of the PI Points to create
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, ParameterSetName = "MultiplePointsSameAttributes", Mandatory = true, HelpMessage = "PI Point Names")] public string[] Names { get; set; }
<ParameterAttribute(Position := 0, ParameterSetName := "MultiplePointsSameAttributes", Mandatory := true, HelpMessage := "PI Point Names")> Public Property Names As String() Get Set Dim instance As AddPIPoint Dim value As String() value = instance.Names instance.Names = value
public: [ParameterAttribute(Position = 0, ParameterSetName = L"MultiplePointsSameAttributes", Mandatory = true, HelpMessage = L"PI Point Names")] property array<String^>^ Names { array<String^>^ get (); void set (array<String^>^ value); }
[<ParameterAttribute(Position = 0, ParameterSetName = "MultiplePointsSameAttributes", Mandatory = true, HelpMessage = "PI Point Names")>] member Names : string[] with get, set