DataSchemaModelHeader.SchemaVersion Property
Gets or sets the schema version for the header.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property SchemaVersion As String
public string SchemaVersion { get; set; }
public:
property String^ SchemaVersion {
String^ get ();
void set (String^ value);
}
member SchemaVersion : string with get, set
function get SchemaVersion () : String
function set SchemaVersion (value : String)
Property Value
Type: System.String
The schema version.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.