FindRelatedBusinesses.KeyedReference 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 reference to a business identifier.
Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim instance As FindRelatedBusinesses Dim value As KeyedReference value = instance.KeyedReference instance.KeyedReference = value |
Syntax
'Declaration
<XmlElementAttribute("keyedReference")> _
PublicPropertyKeyedReferenceAsKeyedReference
[XmlElementAttribute("keyedReference")]
publicKeyedReferenceKeyedReference { get; set; }
[XmlElementAttribute(L"keyedReference")]
public:
propertyKeyedReference^ KeyedReference {
KeyedReference^ get ();
voidset (KeyedReference^ value);
}
/** @property */
publicKeyedReferenceget_KeyedReference ()
/** @property */
publicvoidset_KeyedReference (KeyedReferencevalue)
publicfunction getKeyedReference () : KeyedReferencepublicfunction setKeyedReference (value : KeyedReference)
Property Value
A reference to a business identifier.
Remarks
This property is optional. If a value of one of the IdentifierBag elements of this property equals the business identifier of a business, the UDDI server returns that business as a related business. If you omit the KeyName member of this property, it is treated as an empty string ("") for comparison purposes.
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
FindRelatedBusinesses Class
FindRelatedBusinesses Members
Microsoft.Uddi Namespace