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
- convProperty
Type: Microsoft.Lync.Model.Conversation.ConversationProperty
Return Value
Type: System.Boolean