Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

StartPIArchiveReprocess.RegistrationState Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
StartPIArchiveReprocess.RegistrationState Property

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

Property Value

Type: ReprocessArchiveRegistrationState

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in