ExportAFXml.ExportMode Property
- Last UpdatedDec 15, 2025
- 2 minute read
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