FindTModel.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 FindTModel object.
Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim instance As FindTModel 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 FindTModel object.
Remarks
By default, if the CategoryBag property is non-null, the Send method retrieves only those TModelInfo objects that match all the category references. You can specify that the TModelInfo objects can match any one of the category references by including the OrAllKeys field in the FindQualifiers property.
By default, if the IdentifierBag property is non-null, the Send method retrieves the TModelInfo objects that match any one of the business identifiers. You can specify that the TModelInfo 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
FindTModel Class
FindTModel Members
Microsoft.Uddi Namespace