ParameterDictionary.AddUntypedAtomic MethodParameterDictionary.AddUntypedAtomic MethodParameterDictionary::AddUntypedAtomic Method

Adds a new parameter from a stringStringString value.

Syntax

Public Sub AddUntypedAtomic( _
    name As System.Xml.XmlQualifiedName, _
    value As String _
)
public void AddUntypedAtomic(
    System.Xml.XmlQualifiedName name,
    string value
)
public:
void AddUntypedAtomic(
    System.Xml::XmlQualifiedName^ name, 
    String^ value
)
 

Parameters

name

Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^

The name of the parameter to add.

value

Type: System.StringSystem.StringSystem::String^

The value of the parameter to add.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionname or value is null a null reference (Nothing in Visual Basic) nullptr.

Remarks

The parameter added will have type xs:untypedAtomic.