GetPIArchiveReprocessHistory.Name Property
- Last UpdatedDec 15, 2025
- 2 minute read
Name of the archive to return
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Name of archive to return")] [SupportsWildcardsAttribute] [ValidateNotNullOrEmptyAttribute] public string Name { get; set; }
<ParameterAttribute(Position := 3, Mandatory := false, HelpMessage := "Name of archive to return")> <SupportsWildcardsAttribute> <ValidateNotNullOrEmptyAttribute> Public Property Name As String Get Set Dim instance As GetPIArchiveReprocessHistory Dim value As String value = instance.Name instance.Name = value
public: [ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = L"Name of archive to return")] [SupportsWildcardsAttribute] [ValidateNotNullOrEmptyAttribute] property String^ Name { String^ get (); void set (String^ value); }
[<ParameterAttribute(Position = 3, Mandatory = false, HelpMessage = "Name of archive to return")>] [<SupportsWildcardsAttribute>] [<ValidateNotNullOrEmptyAttribute>] member Name : string with get, set