6 writes to Value
System.Management (6)
Instrumentation\SchemaMapping.cs (1)
58 newClass.SystemProperties ["__CLASS"].Value = className;
Instrumentation\SchemaRegistration.cs (3)
632newClass.SystemProperties ["__CLASS"].Value = InstrumentationClassName; 640newClass.SystemProperties ["__CLASS"].Value = InstrumentationClassName; 680props["CLSID"].Value = DecoupledProviderCLSID;
managementbaseobject.cs (2)
886SystemProperties[propertyName].Value = propertyValue; 888Properties[propertyName].Value = propertyValue;
15 references to Value
System.Management (3)
Instrumentation\SchemaRegistration.cs (1)
235 string ClassPathInRepository = MakeClassPath(NamespaceName, (string)obj.SystemProperties["__CLASS"].Value);
managementbaseobject.cs (2)
535return SystemProperties[propertyName].Value; 537return Properties[propertyName].Value;
WsatConfig (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;
WsatUI (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;