Self.GetPhone method
Get the phone.
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
- phoneType
Type: Microsoft.Lync.Model.ContactEndpointType
Return value
Type: Microsoft.Lync.Model.Phone
Microsoft.Lync.Model.Phone