13 references to Properties
System.Management (13)
System\Management\ManagementBaseObject.cs (4)
507
return
Properties
[propertyName].Value;
552
return
Properties
[propertyName].Qualifiers[qualifierName].Value;
567
Properties
[propertyName].Qualifiers[qualifierName].Value = qualifierValue;
828
Properties
[propertyName].Value = propertyValue;
System\Management\WMIGenerator.cs (9)
684
if (classobj.
Properties
!= null)
686
foreach (PropertyData prop in classobj.
Properties
)
1184
PropertyData prop = classobj.
Properties
[PublicProperties.GetKey(i).ToString()];
2799
if (meth.OutParameters.
Properties
!= null)
2802
foreach (PropertyData prop in meth.OutParameters.
Properties
)
2899
if (meth.InParameters.
Properties
!= null)
2901
foreach (PropertyData prop in meth.InParameters.
Properties
)
2997
if (meth.OutParameters.
Properties
!= null)
2999
foreach (PropertyData prop in meth.OutParameters.
Properties
)