ManagementObjectSearcher::Options Property
.NET Framework (current version)
Gets or sets the options for how to search for objects.
Assembly: System.Management (in System.Management.dll)
public: property EnumerationOptions^ Options { EnumerationOptions^ get(); void set(EnumerationOptions^ value); }
Property Value
Type: System.Management::EnumerationOptions^Returns an EnumerationOptions that contains the options for searching for WMI objects.
The options for how to search for objects.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: