Share via


Contact.GetContactInformation Method (ContactInformationType)

Gets a single contact information item from this contact.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function GetContactInformation ( _
    contactInformationType As ContactInformationType _
) As Object
'Usage
Dim instance As Contact
Dim contactInformationType As ContactInformationType
Dim returnValue As Object

returnValue = instance.GetContactInformation(contactInformationType)
public Object GetContactInformation(
    ContactInformationType contactInformationType
)

Parameters

Return Value

Type: System.Object

See Also

Reference

Contact Class

Contact Members

GetContactInformation Overload

Microsoft.Lync.Model Namespace