RequestedProjectState.ItemFilters Property

Definition

Items and metadata of interest.

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

Property Value

Applies to