CatalogInformation.CatalogItems Property

Definition

Dictionary mapping files relative paths to their hash values found from Catalog

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ CatalogItems { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string> CatalogItems { get; set; }
member this.CatalogItems : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property CatalogItems As Dictionary(Of String, String)

Property Value

Applies to