Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

AddPIPoint.Names Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
AddPIPoint.Names Property

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

Property Value

Type: String

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in