StartPIArchiveReprocess.RegistrationState Property
- Last UpdatedDec 15, 2025
- 2 minute read
Registration state of the reprocessed archive(s)
MaintainRegistration = Maintain registration state of input archive
Register = Attempt to register reprocessed archive
DoNotRegister = Do not attempt to register reprocessed archive
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
[ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Registration state of reprocessed archive")] [ValidateNotNullOrEmptyAttribute] public ReprocessArchiveRegistrationState RegistrationState { get; set; }
<ParameterAttribute(Position := 1, Mandatory := false, HelpMessage := "Registration state of reprocessed archive")> <ValidateNotNullOrEmptyAttribute> Public Property RegistrationState As ReprocessArchiveRegistrationState Get Set Dim instance As StartPIArchiveReprocess Dim value As ReprocessArchiveRegistrationState value = instance.RegistrationState instance.RegistrationState = value
public: [ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = L"Registration state of reprocessed archive")] [ValidateNotNullOrEmptyAttribute] property ReprocessArchiveRegistrationState RegistrationState { ReprocessArchiveRegistrationState get (); void set (ReprocessArchiveRegistrationState value); }
[<ParameterAttribute(Position = 1, Mandatory = false, HelpMessage = "Registration state of reprocessed archive")>] [<ValidateNotNullOrEmptyAttribute>] member RegistrationState : ReprocessArchiveRegistrationState with get, set