CatalogInformation.PathItems Property

Definition

Dictionary mapping files relative paths to their hash values

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ PathItems { 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> PathItems { get; set; }
member this.PathItems : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property PathItems As Dictionary(Of String, String)

Property Value

Applies to