InstantiateFiltersRequest.TemplateCollection Property

Definition

Gets or sets the set of filters to instantiate for the user.

public:
 property Microsoft::Xrm::Sdk::EntityReferenceCollection ^ TemplateCollection { Microsoft::Xrm::Sdk::EntityReferenceCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityReferenceCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityReferenceCollection TemplateCollection { get; set; }
member this.TemplateCollection : Microsoft.Xrm.Sdk.EntityReferenceCollection with get, set
Public Property TemplateCollection As EntityReferenceCollection

Property Value

The set of filters to instantiate for the user. This must be a collection of entity references for the SavedQuery entity and the SavedQuery.Type attribute value for each must be OutlookFilters or OfflineFilters.

Applies to