SoftwareUpdateProviderUpdateManifestDownloadLocations Property
Namespace: SuperBuilderWinService.ProvidersImplAssembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
public IDictionary<string, Uri> DownloadLocations { get; set; }
Public Property DownloadLocations As IDictionary(Of String, Uri)
Get
Set
public:
property IDictionary<String^, Uri^>^ DownloadLocations {
IDictionary<String^, Uri^>^ get ();
void set (IDictionary<String^, Uri^>^ value);
}
member DownloadLocations : IDictionary<string, Uri> with get, set
Property Value
IDictionaryString,
Uri