Modality.CanSetProperty method

Test whether the property can be set to the modality.

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

Syntax

'Declaration
Public Function CanSetProperty ( _
    modalityProperty As ModalityProperty _
) As Boolean
'Usage
Dim instance As Modality
Dim modalityProperty As ModalityProperty
Dim returnValue As Boolean

returnValue = instance.CanSetProperty(modalityProperty)
public bool CanSetProperty(
    ModalityProperty modalityProperty
)

Parameters

Return value

Type: System.Boolean

See also

Reference

Modality class

Modality members

Microsoft.Lync.Model.Conversation namespace