Self.GetPhone Method

Retrieves one of the phone objects from self.

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

Syntax

'Declaration
Public Function GetPhone ( _
    phoneType As ContactEndpointType _
) As Phone
'Usage
Dim instance As Self
Dim phoneType As ContactEndpointType
Dim returnValue As Phone

returnValue = instance.GetPhone(phoneType)
public Phone GetPhone(
    ContactEndpointType phoneType
)

Parameters

Return Value

Type: Microsoft.Lync.Model.Phone

See Also

Reference

Self Class

Self Members

Microsoft.Lync.Model Namespace