DeletePublisherAssertions 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 a new instance of the DeletePublisherAssertions class from the specified FromKey, ToKey and KeyedReference object. This constructor creates a PublisherAssertion object from the specified parameters and adds the PublisherAssertion object to the DeletePublisherAssertions.PublisherAssertions collection.

Namespace: Microsoft.Uddi
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 DeletePublisherAssertions(fromKey, toKey, keyedReference)

Syntax

'Declaration
PublicSubNew ( _
    fromKeyAsString, _
    toKeyAsString, _
    keyedReferenceAsKeyedReference _
)
publicDeletePublisherAssertions (
    stringfromKey,
    stringtoKey,
    KeyedReferencekeyedReference
)
public:
DeletePublisherAssertions (
    String^ fromKey, 
    String^ toKey, 
    KeyedReference^ keyedReference
)
publicDeletePublisherAssertions (
    StringfromKey, 
    StringtoKey, 
    KeyedReferencekeyedReference
)
publicfunctionDeletePublisherAssertions (
    fromKey : String, 
    toKey : String, 
    keyedReference : KeyedReference
)

Parameters

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

DeletePublisherAssertions Class
DeletePublisherAssertions Members
Microsoft.Uddi Namespace
KeyedReference
PublisherAssertion
DeletePublisherAssertions.PublisherAssertions
PublisherAssertion.FromKey
PublisherAssertion.ToKey
PublisherAssertion.KeyedReference