RenamePIGroup.ExistingName Property
- Last UpdatedDec 15, 2025
- 2 minute read
Existing name of the PI Group to rename
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Existing name of PI Group")] [ValidateNotNullOrEmptyAttribute] public string ExistingName { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, HelpMessage := "Existing name of PI Group")> <ValidateNotNullOrEmptyAttribute> Public Property ExistingName As String Get Set Dim instance As RenamePIGroup Dim value As String value = instance.ExistingName instance.ExistingName = value
public: [ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = L"Existing name of PI Group")] [ValidateNotNullOrEmptyAttribute] property String^ ExistingName { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Existing name of PI Group")>] [<ValidateNotNullOrEmptyAttribute>] member ExistingName : string with get, set