DynamicContextSettings.Parameters PropertyDynamicContextSettings.Parameters PropertyDynamicContextSettings::Parameters Property
              Gets the collection of parameters for the XQuery program, XPath expression or XSL transformation.
            
Syntax
Public ReadOnly Property Parameters As ParameterDictionary Get
public ParameterDictionary Parameters { get; }
public: property ParameterDictionary^ Parameters { ParameterDictionary^ get(); }
Property Value
Type: XmlPrime.ParameterDictionaryXmlPrime.ParameterDictionaryXmlPrime::ParameterDictionary^
              A ParameterDictionaryParameterDictionaryParameterDictionary instance containing the parameters for the XQuery program, XPath
              expression or XSL transformation.  This value can never be null
    a null reference (Nothing in Visual Basic)
  nullptr.
            
