 | WorkerShellTransportByFile property |
If True, the parameters are transferred via an XML file, otherwise via the command line;
Default: false.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic bool TransportByFile { get; set; }
Public Property TransportByFile As Boolean
Get
Set
public:
property bool TransportByFile {
bool get ();
void set (bool value);
}
member TransportByFile : bool with get, set
Property value
Boolean
See also