Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft