Partager via


KeyedReference Constructor (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 an instance of the KeyedReference class by using the specified tModelKey, key value, and key name.

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

Usage

Visual Basic
  Dim tModelKey As String
Dim keyValue As String
Dim keyName As String
Dim instance As New KeyedReference(tModelKey, keyValue, keyName)

Syntax

'Declaration
PublicSubNew ( _
    tModelKeyAsString, _
    keyValueAsString, _
    keyNameAsString _
)
publicKeyedReference (
    stringtModelKey,
    stringkeyValue,
    stringkeyName
)
public:
KeyedReference (
    String^ tModelKey, 
    String^ keyValue, 
    String^ keyName
)
publicKeyedReference (
    StringtModelKey, 
    StringkeyValue, 
    StringkeyName
)
publicfunctionKeyedReference (
    tModelKey : String, 
    keyValue : String, 
    keyName : String
)

Parameters

  • tModelKey
    The tModelKey.
  • keyValue
    The value of the key.
  • keyName
    The name of the key.

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

KeyedReference Class
KeyedReference Members
Microsoft.Uddi Namespace