1 write to propertyFlavor
System.Management (1)
System\Management\Property.cs (1)
104
int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref
propertyFlavor
);
1 reference to propertyFlavor
System.Management (1)
System\Management\Property.cs (1)
198
return ((
propertyFlavor
& (int)tag_WBEM_FLAVOR_TYPE.WBEM_FLAVOR_ORIGIN_PROPAGATED) != 0) ? false : true;