GetWmiObject.Amended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the objects that are returned from WMI should contain amended information. Typically, amended information is localizable information, such as object and property descriptions, that is attached to the WMI object.
public:
property bool Amended { bool get(); void set(bool value); };
public:
property bool Amended { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(null)]
public bool Amended { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Amended : bool with get, set
Public Property Amended As Boolean
Property Value
- Attributes