Share via


Self.CanSetPhone method

Returns true when the specific type can be set.

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

Syntax

'Declaration
Public Function CanSetPhone ( _
    phoneType As ContactEndpointType _
) As Boolean
'Usage
Dim instance As Self
Dim phoneType As ContactEndpointType
Dim returnValue As Boolean

returnValue = instance.CanSetPhone(phoneType)
public bool CanSetPhone(
    ContactEndpointType phoneType
)

Parameters

Return value

Type: System.Boolean
System.Boolean

See also

Reference

Self class

Self members

Microsoft.Lync.Model namespace