Partager via


PublisherAssertion Constructor (String, String, KeyedReference)

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
Initializes an instance of the PublisherAssertion class by using keys from which and to which the relationship applies and a reference to a business identifier.

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

Usage

Visual Basic
  Dim fromKey As String
Dim toKey As String
Dim keyedReference As KeyedReference
Dim instance As New PublisherAssertion(fromKey, toKey, keyedReference)

Syntax

'Declaration
PublicSubNew ( _
    fromKeyAsString, _
    toKeyAsString, _
    keyedReferenceAsKeyedReference _
)
publicPublisherAssertion (
    stringfromKey,
    stringtoKey,
    KeyedReferencekeyedReference
)
public:
PublisherAssertion (
    String^ fromKey, 
    String^ toKey, 
    KeyedReference^ keyedReference
)
publicPublisherAssertion (
    StringfromKey, 
    StringtoKey, 
    KeyedReferencekeyedReference
)
publicfunctionPublisherAssertion (
    fromKey : String, 
    toKey : String, 
    keyedReference : KeyedReference
)

Parameters

  • fromKey
    Contains the business key from which the relationship applies.
  • toKey
    Contains the business key to which the relationship applies.
  • keyedReference
    Contains a reference to a category or a business identifier.

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

PublisherAssertion Class
PublisherAssertion Members
Microsoft.Uddi.Businesses Namespace
KeyedReference Class