Contact Members
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
Holds contact information for a business. Contact information includes addresses, telephone numbers, and e-mail addresses. The BusinessEntity.Contacts property contains a ContactCollection object that contains a collection of Contact objects.
The following tables list the members exposed by the Contact type.
Public Constructors
Name | Description | |
---|---|---|
Contact | Overloaded. Initializes an instance of the Contact class. |
Top
Public Properties
Name | Description | |
---|---|---|
Addresses | Gets or sets an AddressCollection object that contains the addresses for the contact. | |
Descriptions | Gets or sets a DescriptionCollection object that contains the descriptions for the contact. | |
Emails | Gets or sets an EmailCollection object that contains the e-mail addresses for the contact. | |
PersonName | Gets or sets the name of the contact. | |
Phones | Gets or sets a PhoneCollection object that contains the telephone numbers for the contact. | |
UseType | Gets or sets an optional string that contains textual usage information for the contact. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Contact Class
Microsoft.Uddi.Businesses Namespace
BusinessEntity.Contacts Property
ContactCollection