System::Xml::Schema::XmlSchemaObject::set_Namespaces method

XmlSchemaObject::set_Namespaces method

Sets the XmlSerializerNamespaces to use with this schema object.

void System::Xml::Schema::XmlSchemaObject::set_Namespaces(const SharedPtr<System::Xml::Serialization::XmlSerializerNamespaces> &value)
ParameterTypeDescription
valueconst SharedPtr<System::Xml::Serialization::XmlSerializerNamespaces>&The value to set.

See Also