DynamicDataSourceType Enum

Definition

Enum to specify whether the data is stored as property or in method.

C++
public enum class DynamicDataSourceType
Inheritance
DynamicDataSourceType

Fields

Name Value Description
Property 0

Data is declared as property.

Method 1

Data is declared in method.

AutoDetect 2

The data source type is auto-detected.

Applies to

Tuote Versiot
MSTest.TestFramework 1.2.1, 1.3.2, 1.4.0, 2.2.0, 2.1.2, 2.2.10, 3.0.4, 3.1.1, 3.2.2, 3.3.1, 3.4.3, 3.5.1, 3.6.4, 3.7.3, 3.8.0