QualifierData.IsAmended Property

Definition

Gets or sets a value indicating whether the qualifier is amended.

public:
 property bool IsAmended { bool get(); void set(bool value); };
public bool IsAmended { get; set; }
member this.IsAmended : bool with get, set
Public Property IsAmended As Boolean

Property Value

Returns a Boolean value indicating whether the qualifier is amended.

Remarks

Amended qualifiers are qualifiers whose value can be localized through WMI. Localized qualifiers reside in separate namespaces in WMI and can be merged into the basic class definition when retrieved.

Property Value

true if this qualifier is amended; otherwise, false.

.NET Framework Security

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

Applies to