ManagementEntityAttribute::External Property

 

Gets or sets a value that specifies whether the class represents a WMI class in a provider implemented external to the current assembly.

Namespace:   System.Management.Instrumentation
Assembly:  System.Core (in System.Core.dll)

public:
property bool External {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A boolean value that is true if the class represents an external WMI class and false otherwise.

This is used when implementing providers that implement classes that extend existing abstract WMI classes.

.NET Framework
Available since 3.5
Return to top
Show: