1 write to propertyName
System.Management (1)
System\Management\Property.cs (1)
94this.propertyName = propName;
5 references to propertyName
System.Management (5)
System\Management\Property.cs (5)
104int status = parent.wbemObject.Get_(propertyName, 0, ref propertyValue, ref propertyType, ref propertyFlavor); 124get { return propertyName ?? ""; } 151int status = parent.wbemObject.Put_(propertyName, 0, ref newValue, 0); 229int status = parent.wbemObject.GetPropertyOrigin_(propertyName, out className); 253public QualifierDataCollection Qualifiers => qualifiers ??= new QualifierDataCollection(parent, propertyName, QualifierType.PropertyQualifier);