Touchstone 11.0 API Reference
FilePath Property (ImportReinsuranceProgramRequest)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.Api Namespace > ImportReinsuranceProgramRequest Class : FilePath Property
(Required) Contains the UNC file path to and filename (with extension) for the file containing the Reinsurance Program that you want to import.
Syntax
Public Property FilePath As String
Dim instance As ImportReinsuranceProgramRequest
Dim value As String
 
instance.FilePath = value
 
value = instance.FilePath
public string FilePath {get; set;}
Remarks
The Reinsurance Program file must use an .rpx or .rpf file extension and must be accessible from the application services machine.

The UNC file path must be 1 to 255 characters in length, must identify an existing folder, and must use a valid format, such as \\Server\Directory\file.rpf or \\Server\Directory\file.rpx.

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

ImportReinsuranceProgramRequest Class
ImportReinsuranceProgramRequest Members