M
Marco Shaw
Source:
http://msdn.microsoft.com/en-us/library/bb960482.aspx
This specific line in the C# code section:
monitorOverride.Property = ManagementPackMonitorProperty.Enabled;
I don't get how "ManagementPackMonitorProperty" is actually defined or
how it works.
I understand the remainder though.
(I'm actually trying to translate this into PowerShell.)
Marco
http://msdn.microsoft.com/en-us/library/bb960482.aspx
This specific line in the C# code section:
monitorOverride.Property = ManagementPackMonitorProperty.Enabled;
I don't get how "ManagementPackMonitorProperty" is actually defined or
how it works.
I understand the remainder though.
(I'm actually trying to translate this into PowerShell.)
Marco