AddPIUser.PIGroups Property
- Last UpdatedDec 15, 2025
- 2 minute read
PI Groups to add the PI User to. Multiple groups can be added in a comma-separated list
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "PI Groups user belongs to")] public string[] PIGroups { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, HelpMessage := "PI Groups user belongs to")> Public Property PIGroups As String() Get Set Dim instance As AddPIUser Dim value As String() value = instance.PIGroups instance.PIGroups = value
public: [ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = L"PI Groups user belongs to")] property array<String^>^ PIGroups { array<String^>^ get (); void set (array<String^>^ value); }
[<ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "PI Groups user belongs to")>] member PIGroups : string[] with get, set