AddressLineCollection.Add Method (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
Adds an AddressLine object to the collection from the specified address text, key name, and key value.
Namespace: Microsoft.Uddi.Businesses
Assembly: microsoft.uddi (in microsoft.uddi.dll)
Usage
Visual Basic |
---|
Dim instance As AddressLineCollection Dim addressLine As String Dim keyName As String Dim keyValue As String Dim returnValue As Integer returnValue = instance.Add(addressLine, keyName, keyValue) |
Syntax
'Declaration
PublicFunctionAdd ( _
addressLineAsString, _
keyNameAsString, _
keyValueAsString _
) AsInteger
publicintAdd (
stringaddressLine,
stringkeyName,
stringkeyValue
)
public:
intAdd (
String^ addressLine,
String^ keyName,
String^ keyValue
)
publicintAdd (
StringaddressLine,
StringkeyName,
StringkeyValue
)
publicfunctionAdd (
addressLine : String,
keyName : String,
keyValue : String
) : int
Parameters
- addressLine
Contains a string that will be copied to the AddressLine.Text property of the new item in the collection.
- keyName
Contains a string that will be copied to the AddressLine.KeyName property of the new item in the collection.
- keyValue
Contains a string that will be copied to the AddressLine.KeyValue property of the new item in the collection.
Return Value
Returns the zero-based index of the item in the collection.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
AddressLineCollection Class
AddressLineCollection Members
Microsoft.Uddi.Businesses Namespace
AddressLine Structure