Partager via


AddressLine 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 a new instance of the AddressLine structure by using the specified text, key name, and key value.

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

Usage

Visual Basic
  Dim addressLine As String
Dim keyName As String
Dim keyValue As String
Dim instance As New AddressLine(addressLine, keyName, keyValue)

Syntax

'Declaration
PublicSubNew ( _
    addressLineAsString, _
    keyNameAsString, _
    keyValueAsString _
)
publicAddressLine (
    stringaddressLine,
    stringkeyName,
    stringkeyValue
)
public:
AddressLine (
    String^ addressLine, 
    String^ keyName, 
    String^ keyValue
)
publicAddressLine (
    StringaddressLine, 
    StringkeyName, 
    StringkeyValue
)
publicfunctionAddressLine (
    addressLine : String, 
    keyName : String, 
    keyValue : String
)

Parameters

  • addressLine
    The text of the address line.
  • keyName
    The name of the address line.
  • keyValue
    The value of the address line.

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

AddressLine Structure
AddressLine Members
Microsoft.Uddi.Businesses Namespace