set_Standalone()

XmlDeclaration::set_Standalone(const String&) method

Sets the value of the standalone attribute.

void System::Xml::XmlDeclaration::set_Standalone(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The value to set.

See Also