Self.CanSetPhone Method
Returns true when the specific type of phone can be updated.
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
- phoneType
Type: Microsoft.Lync.Model.ContactEndpointType
Return Value
Type: System.Boolean