ParameterDictionary.Add Method (XmlQualifiedName, bool)ParameterDictionary.Add Method (XmlQualifiedName, Boolean)ParameterDictionary::Add Method (XmlQualifiedName^, bool)
- XmlPrime 3.1
Syntax
Public Sub Add( _ name As System.Xml.XmlQualifiedName, _ value As Boolean _ )
public void Add( System.Xml.XmlQualifiedName name, bool value )
public: void Add( System.Xml::XmlQualifiedName^ name, bool value )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The name of the parameter to add.
- value
Type: System.BooleanSystem.BooleanSystem::Boolean
The value of the parameter to add.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | name is null
a null reference (Nothing in Visual Basic)
nullptr . |
Remarks
The parameter added will have type xs:boolean
.