InstantiateFiltersRequest.TemplateCollection Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityReferenceCollection

Type: EntityReferenceCollection
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.

See Also

InstantiateFiltersRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright