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

PI Powershell

ExportAFXml.ExportMode Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
ExportAFXml.ExportMode Property

Export mode which indicates the amount of data to export

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

[ParameterAttribute(Position = 0, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Export mode which indicates the amount of data to export")]
[ValidateNotNullOrEmptyAttribute]
public PIExportMode ExportMode { get; set; }
<ParameterAttribute(Position := 0, Mandatory := false, ValueFromPipeline := false, 
	HelpMessage := "Export mode which indicates the amount of data to export")>
<ValidateNotNullOrEmptyAttribute>
Public Property ExportMode As PIExportMode
	Get
	Set

Dim instance As ExportAFXml
Dim value As PIExportMode

value = instance.ExportMode

instance.ExportMode = value
public:
[ParameterAttribute(Position = 0, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = L"Export mode which indicates the amount of data to export")]
[ValidateNotNullOrEmptyAttribute]
property PIExportMode ExportMode {
	PIExportMode get ();
	void set (PIExportMode value);
}
[<ParameterAttribute(Position = 0, Mandatory = false, ValueFromPipeline = false, 
	HelpMessage = "Export mode which indicates the amount of data to export")>]
[<ValidateNotNullOrEmptyAttribute>]
member ExportMode : PIExportMode with get, set

Property Value

Type: PIExportMode

See Also

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