DataSchemaModelHeaderData.SchemaVersion Property
Gets or sets the schema version.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property SchemaVersion As String
Get
Set
'Usage
Dim instance As DataSchemaModelHeaderData
Dim value As String
value = instance.SchemaVersion
instance.SchemaVersion = value
public string SchemaVersion { get; set; }
public:
property String^ SchemaVersion {
String^ get ();
void set (String^ value);
}
function get SchemaVersion () : String
function set SchemaVersion (value : String)
member SchemaVersion : string with get, set
Property Value
Type: System.String
.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.
See Also
Reference
DataSchemaModelHeaderData Class