RetrieveEntityRibbonRequest.RibbonLocationFilter Property
Applies To: Dynamics CRM 2015
Gets or sets a filter to retrieve a specific set of ribbon definitions for an entity. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public RibbonLocationFilters RibbonLocationFilter { get; set; }
public:
property RibbonLocationFilters RibbonLocationFilter {
RibbonLocationFilters get();
void set(RibbonLocationFilters value);
}
member RibbonLocationFilter : RibbonLocationFilters with get, set
Public Property RibbonLocationFilter As RibbonLocationFilters
Property Value
Type: Microsoft.Crm.Sdk.Messages.RibbonLocationFilters
Type: RibbonLocationFilters
A filter to retrieve a specific set of ribbon definitions for an entity. Required.
See Also
RetrieveEntityRibbonRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright