Touchstone Re 2023 API Reference
DestinationFileNameBase Property


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > ExportOptionsCsv Class : DestinationFileNameBase Property
(Required) Contains the base destination filename that you want to use for this exposure data export.
Syntax
Public Property DestinationFileNameBase As String
Dim instance As ExportOptionsCsv
Dim value As String
 
instance.DestinationFileNameBase = value
 
value = instance.DestinationFileNameBase
public string DestinationFileNameBase {get; set;}
Remarks
The base destination filename must contain 2 to 255 characters.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExportOptionsCsv Class
ExportOptionsCsv Members