ResultantOverride<T> Class
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.
Defines the base class for all resultant overrides.
generic <typename T>
where T : ManagementPackOverridepublic ref class ResultantOverride
public class ResultantOverride<T> where T : ManagementPackOverride
type ResultantOverride<'T (requires 'T :> ManagementPackOverride)> = class
Public Class ResultantOverride(Of T)
Type Parameters
- T
The management pack override type.
- Inheritance
-
ResultantOverride<T>
Properties
EffectiveOverride |
Gets the applied override in the local context. |
EffectiveValue |
Gets the effective value of this resultant override. |
LocalOverride |
Gets the override applied in the local context. |