Conversation.CanSetProperty method

Test whether the property can be set to 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
System.Boolean

See also

Reference

Conversation class

Conversation members

Microsoft.Lync.Model.Conversation namespace