 | CAEXFileTypeSchemaVersion Property |
Gets and sets the SchemaVersion attribute of the CAEXFile.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string SchemaVersion { get; set; }
Public Property SchemaVersion As String
Get
Set
public:
property String^ SchemaVersion {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also