ApplicationSharingViewPropertyDictionary.ContainsKey method
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
key As ApplicationSharingViewProperty _
) As Boolean
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim key As ApplicationSharingViewProperty
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
ApplicationSharingViewProperty key
)
Parameters
Return value
Type: System.Boolean
Implements
IDictionary<TKey, TValue>.ContainsKey(TKey)
See also
Reference
ApplicationSharingViewPropertyDictionary class