ParameterTypeDictionary.Item PropertyParameterTypeDictionary.Item PropertyParameterTypeDictionary::Item Property

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

Syntax

Public Property Item As XdmType (    name As System.Xml.XmlQualifiedName _
)
        Get
        Set(ByVal value As XdmType)
public XdmType  this [    System.Xml.XmlQualifiedName name
] { get; set; }
public:
property XdmType^ Item {
    virtual XdmType^ get() sealed;
    virtual void set(XdmType^ value) sealed;
}
 

Parameters

name

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

The name of the parameter to get or set.

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

The type of the parameter with the specified name.

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.