ManagementPackCategoryResultantOverrideSet.ResultantCategoryOverrides Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the mapping of categories to their overrides.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackCategoryResultantOverrideSet
Dim value As Dictionary(Of ManagementPackCategoryType, ResultantOverride(Of ManagementPackCategoryOverride))
value = instance.ResultantCategoryOverrides
Syntax
'Declaration
Public ReadOnly Property ResultantCategoryOverrides As Dictionary(Of ManagementPackCategoryType, ResultantOverride(Of ManagementPackCategoryOverride))
public Dictionary<ManagementPackCategoryType,ResultantOverride<ManagementPackCategoryOverride>> ResultantCategoryOverrides { get; }
public:
property Dictionary<ManagementPackCategoryType, ResultantOverride<ManagementPackCategoryOverride^>^>^ ResultantCategoryOverrides {
Dictionary<ManagementPackCategoryType, ResultantOverride<ManagementPackCategoryOverride^>^>^ get ();
}
/** @property */
public Dictionary<ManagementPackCategoryType,ResultantOverride<ManagementPackCategoryOverride>> get_ResultantCategoryOverrides ()
public function get ResultantCategoryOverrides () : Dictionary<ManagementPackCategoryType,ResultantOverride<ManagementPackCategoryOverride>>
Property Value
The mapping of categories to their overrides.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackCategoryResultantOverrideSet Class
ManagementPackCategoryResultantOverrideSet Members
Microsoft.EnterpriseManagement.Configuration Namespace