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