GetPIArchiveInfo.ArchiveSet Property
- Last UpdatedDec 15, 2025
- 2 minute read
Specifies the archive set from which to retrieve information:
0 = Historical
1 = Future
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, HelpMessage = "Archive set for PI Archives")] [AliasAttribute(new string[] { ... })] [ValidateNotNullOrEmptyAttribute] public uint ArchiveSet { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, HelpMessage := "Archive set for PI Archives")> <AliasAttribute(New String() { ... })> <ValidateNotNullOrEmptyAttribute> Public Property ArchiveSet As UInteger Get Set Dim instance As GetPIArchiveInfo Dim value As UInteger value = instance.ArchiveSet instance.ArchiveSet = value
public: [ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = L"Archive set for PI Archives")] [AliasAttribute(__gc new array<String^>^ { ... })] [ValidateNotNullOrEmptyAttribute] property unsigned int ArchiveSet { unsigned int get (); void set (unsigned int value); }
[<ParameterAttribute(Position = 0, Mandatory = false, HelpMessage = "Archive set for PI Archives")>] [<AliasAttribute(new string[] { ... })>] [<ValidateNotNullOrEmptyAttribute>] member ArchiveSet : uint32 with get, set