ConversationPropertyChangedEventArgs.Property Property
Gets the conversation property type whose value has changed.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Property As ConversationProperty
Get
'Usage
Dim instance As ConversationPropertyChangedEventArgs
Dim value As ConversationProperty
value = instance.Property
public ConversationProperty Property { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.ConversationProperty
See Also
Reference
ConversationPropertyChangedEventArgs Class