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

PI Powershell

NewPIBackupRestoreFile.OutputDirectory Property

  • Last UpdatedDec 15, 2025
  • 1 minute read
NewPIBackupRestoreFile.OutputDirectory Property

Output directory for the resulting archive manager data file

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Output directory")]
[ValidateNotNullOrEmptyAttribute]
public string OutputDirectory { get; set; }
<ParameterAttribute(Position := 0, Mandatory := true, HelpMessage := "Output directory")>
<ValidateNotNullOrEmptyAttribute>
Public Property OutputDirectory As String
	Get
	Set

Dim instance As NewPIBackupRestoreFile
Dim value As String

value = instance.OutputDirectory

instance.OutputDirectory = value
public:
[ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = L"Output directory")]
[ValidateNotNullOrEmptyAttribute]
property String^ OutputDirectory {
	String^ get ();
	void set (String^ value);
}
[<ParameterAttribute(Position = 0, Mandatory = true, HelpMessage = "Output directory")>]
[<ValidateNotNullOrEmptyAttribute>]
member OutputDirectory : string with get, set

Property Value

Type: String

See Also

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