ParameterDictionary.Item PropertyParameterDictionary.Item PropertyParameterDictionary::Item Property

Gets or sets the value of the parameter with the specified name.

Syntax

Public Property Item As IEnumerable(Of System.Xml.XPath.XPathItem) (    name As System.Xml.XmlQualifiedName _
)
        Get
        Set(ByVal value As IEnumerable(Of System.Xml.XPath.XPathItem))
public:
property IEnumerable<System.Xml.XPath::XPathItem^>^ Item {
    virtual IEnumerable<System.Xml.XPath::XPathItem^>^ get() sealed;
    virtual void set(IEnumerable<System.Xml.XPath::XPathItem^>^ value) sealed;
}
 

Parameters

name

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

The name of the parameter to get or set.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullException name or the supplied value is null a null reference (Nothing in Visual Basic) nullptr.
KeyNotFoundExceptionKeyNotFoundExceptionKeyNotFoundExceptionThe property is retrieved and the parameter with the specified name is not found.