GetWmiObject.DirectRead 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.
Specifies whether direct access to the WMI provider is requested for the specified class without any regard to its base class or to its derived classes.
public:
property bool DirectRead { bool get(); void set(bool value); };
public:
property bool DirectRead { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(null)]
public bool DirectRead { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.DirectRead : bool with get, set
Public Property DirectRead As Boolean
Property Value
- Attributes