SetPublisherAssertions 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 SetPublisherAssertions class from the specified fromkey, tokey, key name, key value, and tModel key. This constructor creates an KeyedReference object from the keyName, keyName and tModelKey parameters, and then creates a PublisherAssertion object from the fromKey and toKey parameters and KeyedReference object. The new PublisherAssertion is then added to the SetPublisherAssertions.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 SetPublisherAssertions(fromKey, toKey, keyName, keyValue, tModelKey) |
Syntax
'Declaration
PublicSubNew ( _
fromKeyAsString, _
toKeyAsString, _
keyNameAsString, _
keyValueAsString, _
tModelKeyAsString _
)
publicSetPublisherAssertions (
stringfromKey,
stringtoKey,
stringkeyName,
stringkeyValue,
stringtModelKey
)
public:
SetPublisherAssertions (
String^ fromKey,
String^ toKey,
String^ keyName,
String^ keyValue,
String^ tModelKey
)
publicSetPublisherAssertions (
StringfromKey,
StringtoKey,
StringkeyName,
StringkeyValue,
StringtModelKey
)
publicfunctionSetPublisherAssertions (
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
SetPublisherAssertions Class
SetPublisherAssertions Members
Microsoft.Uddi Namespace
KeyedReference Class
PublisherAssertion
PublisherAssertion.FromKey
PublisherAssertion.ToKey
KeyedReference.KeyName Property
KeyedReference.KeyValue Property
KeyedReference.TModelKey Property