Path property

The Path property sets or gets the path to the setup DCO file.

Syntax

VBScript
oSO.Path as String
C#
string Path { set; get; }

Type

Read and write.

VBScript example

This example sets the path to the BDCcs.xml setup DCO file:
oSO.Path = "c:\Datacap\BDOcs\dco_BDOcs\BDOcs.xml"