set_SchemaLocation()

XmlSchemaExternal::set_SchemaLocation(const String&) method

Sets the Uniform Resource Identifier (URI) location for the schema, which tells the schema processor where the schema physically resides.

void System::Xml::Schema::XmlSchemaExternal::set_SchemaLocation(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also