Click or drag to resize

TimePhasedSpreadServiceArgumentsOutputFile Property

The fully qualified XML file name that will be created by this service, containing the requested spread. This file must be visible from the web service host. If the specified file does not exist, it will be created. If the file exists, it will be overwritten. Required.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public string OutputFile { get; set; }

Property Value

Type: String
See Also