2 writes to updateMode
System.Core (2)
System\Management\Automation\UMPAttributes.cs (2)
431updateMode = ManagementConfigurationType.Apply; 437set { updateMode = value; }
1 reference to updateMode
System.Core (1)
System\Management\Automation\UMPAttributes.cs (1)
436get { return updateMode; }