DataGenerationElement Class

Represents the DataGeneration configuration element in the DatabaseUnitTesting section of the app.config file.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.UnitTesting (in Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.dll)

Syntax

'Declaration
Public NotInheritable Class DataGenerationElement _
    Inherits ConfigurationElement
'Usage
Dim instance As DataGenerationElement
public sealed class DataGenerationElement : ConfigurationElement
public ref class DataGenerationElement sealed : public ConfigurationElement
public final class DataGenerationElement extends ConfigurationElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration.DataGenerationElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataGenerationElement Members

Microsoft.VisualStudio.TeamSystem.Data.UnitTesting.Configuration Namespace