Share via


Conversation.CanSetProperty Method

Returns true if the property can be set on the conversation.

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

Syntax

'Declaration
Public Function CanSetProperty ( _
    convProperty As ConversationProperty _
) As Boolean
'Usage
Dim instance As Conversation
Dim convProperty As ConversationProperty
Dim returnValue As Boolean

returnValue = instance.CanSetProperty(convProperty)
public bool CanSetProperty(
    ConversationProperty convProperty
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Conversation Class

Conversation Members

Microsoft.Lync.Model.Conversation Namespace