FindBusiness.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 FindBusiness object.
Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim instance As FindBusiness Dim value As StringCollection value = instance.FindQualifiers instance.FindQualifiers = value |
Syntax
'Declaration
<XmlArrayAttribute("findQualifiers")> _
<XmlArrayItemAttribute("findQualifier")> _
PublicPropertyFindQualifiersAsStringCollection
[XmlArrayAttribute("findQualifiers")]
[XmlArrayItemAttribute("findQualifier")]
publicStringCollectionFindQualifiers { get; set; }
[XmlArrayAttribute(L"findQualifiers")]
[XmlArrayItemAttribute(L"findQualifier")]
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 FindBusiness object.
Remarks
By default, if the CategoryBag property of a FindBusiness object is non-null, the Send method of the FindBusiness object retrieves only those BusinessInfo objects that match all the category references. You can specify that the BusinessInfo objects can match one or more of the category references by including the OrAllKeys field in the FindQualifiers property.
By default, if the TModelBag property is non-null, the Send method retrieves the BusinessInfo objects that match one or more of the business identifiers. You can specify that the BusinessInfo objects must match all the business identifiers by including the AndAllKeys 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
FindBusiness Class
FindBusiness Members
Microsoft.Uddi Namespace