DGenCompatibilityAttribute.ToVersion Property

Gets the version of the data generator assembly.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ToVersion As String
'Usage
Dim instance As DGenCompatibilityAttribute
Dim value As String

value = instance.ToVersion
public string ToVersion { get; }
public:
property String^ ToVersion {
    String^ get ();
}
public function get ToVersion () : String

Property Value

Type: System.String

See Also

Reference

DGenCompatibilityAttribute Class

DGenCompatibilityAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace