Enum WmiDataReaderTaskOutputType
C#
public enum WmiDataReaderTaskOutputType
Fields
DataTable | Specifies that the output of the data reader should be a data table. |
PropertyNameAndValue | Specifies that the output of the data reader should be both a property name and a property value. |
PropertyValue | Specifies that the output of the data reader should be a property value. |