OutputType Enum

Definition

Determines the type of output returned by a WmiDataReaderTask class.

public enum class OutputType
public enum OutputType
type OutputType = 
Public Enum OutputType
Inheritance
OutputType

Fields

DataTable 0

Output is returned as a DataTable.

PropertyNameAndValue 2

Output is returned as a String that contains the name and value of a specified property.

PropertyValue 1

Output is returned as a String that contains the value of a specified property.

Applies to

See also