XdmWriterSettings.SetParameter Method (string, string)XdmWriterSettings.SetParameter Method (String, String)XdmWriterSettings::SetParameter Method (String^, String^)
Attempts to set the specified serialization parameter.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Parameters
- parameter
Type: System.StringSystem.StringSystem::String^
The name of the serialization parameter.
- value
Type: System.StringSystem.StringSystem::String^
The value of the serialization parameter.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the parameter was recognised, otherwise falseFalsefalse.
Exceptions
| Exception | Condition |
| XdmExceptionXdmExceptionXdmException | value is not a valid value for the parameter parameter. |
