XdmSerializationSettings.SetParameter MethodXdmSerializationSettings.SetParameter MethodXdmSerializationSettings::SetParameter Method

Sets the specified serialization parameter by name, if its name is recognised by the implementation.

Syntax

Public Sub SetParameter( _
    parameterName As String, _
    value As String _
)
public void SetParameter(
    string parameterName,
    string value
)
public:
void SetParameter(
    String^ parameterName, 
    String^ value
)
 

Parameters

parameterName

Type: System.StringSystem.StringSystem::String^

The name of the serialization parameter.

value

Type: System.StringSystem.StringSystem::String^

The value of the serialization parameter.

Exceptions

ExceptionCondition
XdmExceptionXdmExceptionXdmExceptionAn SEPM0016 error is raised if an attempt is made to set the use-character-maps parameter.

Remarks

If the parameter is not known then this method has no effect.