ObjectGetOptions.UseAmendedQualifiers 属性
定义
获取或设置一个值,该值指示从 WMI 返回的对象是否应包含已修正信息。Gets or sets a value indicating whether the objects returned from WMI should contain amended information. 通常,已修正信息就是附加在 WMI 对象上的可本地化信息,如对象和属性说明。Typically, amended information is localizable information attached to the WMI object, such as object and property descriptions.
public:
property bool UseAmendedQualifiers { bool get(); void set(bool value); };
public bool UseAmendedQualifiers { get; set; }
member this.UseAmendedQualifiers : bool with get, set
Public Property UseAmendedQualifiers As Boolean
属性值
返回一个 Boolean 值,该值指示从 WMI 返回的对象是否应包含已修正的信息。Returns a Boolean value indicating whether the objects returned from WMI should contain amended information.
注解
属性值Property Value
true如果从 WMI 返回的对象应包含已修正的信息,则为;否则为 false 。true if the objects returned from WMI should contain amended information; otherwise, false. 默认值为 false。The default value is false.
.NET Framework 安全性.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.