ManagementPack.GetOverrides Method
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.
Retrieves all overrides that are contained in the management pack.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackOverride ^> ^ GetOverrides();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride> GetOverrides ();
member this.GetOverrides : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride>
Public Function GetOverrides () As ManagementPackElementCollection(Of ManagementPackOverride)
Returns
A collection of all overrides in the management pack.