GetPIDataArchiveConnectionConfiguration.Name Property
- Last UpdatedDec 15, 2025
- 2 minute read
Specifies which connection configuration entry from the Known Servers Table (KST) to retrieve. If no value is specified, then all entries are returned.
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = "GetByName", HelpMessage = "Name of PI Data Archive")] [AliasAttribute(new string[] { ... })] public string Name { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, ParameterSetName := "GetByName", HelpMessage := "Name of PI Data Archive")> <AliasAttribute(New String() { ... })> Public Property Name As String Get Set Dim instance As GetPIDataArchiveConnectionConfiguration Dim value As String value = instance.Name instance.Name = value
public: [ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = L"GetByName", HelpMessage = L"Name of PI Data Archive")] [AliasAttribute(__gc new array<String^>^ { ... })] property String^ Name { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 0, Mandatory = false, ParameterSetName = "GetByName", HelpMessage = "Name of PI Data Archive")>] [<AliasAttribute(new string[] { ... })>] member Name : string with get, set