FindBinding.FindQualifiers Property

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Gets or sets a collection of FindQualifier objects that change the default behavior of search functionality for this FindBinding object.

Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)

Usage

Visual Basic
  Dim instance As FindBinding
Dim value As StringCollection
value = instance.FindQualifiers
instance.FindQualifiers = value

Syntax

'Declaration
<XmlArrayItemAttribute("findQualifier")> _
<XmlArrayAttribute("findQualifiers")> _
PublicPropertyFindQualifiersAsStringCollection
[XmlArrayItemAttribute("findQualifier")] 
[XmlArrayAttribute("findQualifiers")] 
publicStringCollectionFindQualifiers { get; set; }
[XmlArrayItemAttribute(L"findQualifier")] 
[XmlArrayAttribute(L"findQualifiers")] 
public:
propertyStringCollection^ FindQualifiers {
    StringCollection^ get ();
    voidset (StringCollection^ value);
}
/** @property */
publicStringCollectionget_FindQualifiers ()

/** @property */
publicvoidset_FindQualifiers (StringCollectionvalue)
publicfunction getFindQualifiers () : StringCollectionpublicfunction setFindQualifiers (value : StringCollection)

Property Value

A collection of FindQualifier objects that change the default behavior of search functionality for this FindBinding object.

Remarks

By default, if the ServiceKey property of the FindBinding object is non-null, the Send method of the FindBinding object retrieves only those BindingTemplate objects that have a matching ServiceKey property.

By default, if the TModelBag property is non-null, the Send method retrieves the BindingTemplate objects that match any one of the TModelBag property entries. You can specify that the BindingTemplate objects must match all the TModelBag property entries by including the OrAllKeys field in the FindQualifiers property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

FindBinding Class
FindBinding Members
Microsoft.Uddi Namespace