DeletePublisherAssertions Constructor (String, String, String, String, String)
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, KeyName, KeyValue, and TModelKey. This constructor creates a KeyedReference object from the keyName, keyValue and tModelKey parameters, then creates a PublisherAssertion object from the fromKey and toKey parameters and KeyedReference object. The new PublisherAssertion is then added 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 keyName As String Dim keyValue As String Dim tModelKey As String Dim instance As New DeletePublisherAssertions(fromKey, toKey, keyName, keyValue, tModelKey) |
Syntax
'Declaration
PublicSubNew ( _
fromKeyAsString, _
toKeyAsString, _
keyNameAsString, _
keyValueAsString, _
tModelKeyAsString _
)
publicDeletePublisherAssertions (
stringfromKey,
stringtoKey,
stringkeyName,
stringkeyValue,
stringtModelKey
)
public:
DeletePublisherAssertions (
String^ fromKey,
String^ toKey,
String^ keyName,
String^ keyValue,
String^ tModelKey
)
publicDeletePublisherAssertions (
StringfromKey,
StringtoKey,
StringkeyName,
StringkeyValue,
StringtModelKey
)
publicfunctionDeletePublisherAssertions (
fromKey : String,
toKey : String,
keyName : String,
keyValue : String,
tModelKey : String
)
Parameters
- fromKey
Contains a string that will be copied to the PublisherAssertion.FromKey property.
- toKey
Contains a string that will be copied to the PublisherAssertion.ToKey property.
- keyName
Contains a string that will be copied to the KeyedReference.KeyName property.
- keyValue
Contains a string that will be copied to the KeyedReference.KeyValue property.
- tModelKey
Contains a string that will be copied to the KeyedReference.TModelKey property.
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
KeyedReference.KeyName
KeyedReference.KeyValue
KeyedReference.TModelKey