RetrieveEntityRibbonRequest.RibbonLocationFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a filter to retrieve a specific set of ribbon definitions for an entity. Required.
public:
property Microsoft::Crm::Sdk::Messages::RibbonLocationFilters RibbonLocationFilter { Microsoft::Crm::Sdk::Messages::RibbonLocationFilters get(); void set(Microsoft::Crm::Sdk::Messages::RibbonLocationFilters value); };
public Microsoft.Crm.Sdk.Messages.RibbonLocationFilters RibbonLocationFilter { get; set; }
member this.RibbonLocationFilter : Microsoft.Crm.Sdk.Messages.RibbonLocationFilters with get, set
Public Property RibbonLocationFilter As RibbonLocationFilters
Property Value
A filter to retrieve a specific set of ribbon definitions for an entity. Required.