ManagementTaskAttribute::Schema Property

 

Gets or sets a value that defines the type of output that the method that is marked with the ManagementTask attribute will output.

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

public:
property Type^ Schema {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

A Type value that indicates the type of output that the method that is marked with the ManagementTask attribute will output.

If the returned type is System::Object, then the output should be treated as a value of type System::Object.

.NET Framework
Available since 3.5
Return to top
Show: