Property URL
- Namespace
- SLNetTypes.Automation
- Assembly
- SLNetTypes.dll
URL
Gets or sets a value indicating which file must be downloaded. This URL can be either an absolute path or a relative path. For example, the absolute path "https://dataminer.services/install/DataMinerCube.exe" will download the latest Cube version from dataminer.services, and the relative path "/Documents/DMA_COMMON_DOCUMENTS/DailyReport.pdf" will download the file "DailyReport.PDF" hosted on the connected DMA, which is located in the Documents module.
public string URL { get; set; }
Property Value
Remarks
Default: null
.