DownloadContents..::..Downloads Property
Gets or sets the downloads.
Namespace:
robotManager.Helpful.FormsAssembly: robotManager (in robotManager.dll)
Syntax
public List<DownloadEntry> Downloads { get; set; }
Public Property Downloads As List(Of DownloadEntry) Get Set
public: property List<DownloadEntry^>^ Downloads { List<DownloadEntry^>^ get (); void set (List<DownloadEntry^>^ value); }