ApplicationSharingViewPropertyDictionary.Item property
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Default Property Item ( _
_propertyType As ApplicationSharingViewProperty _
) As Object
Get
Set
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim _propertyType As ApplicationSharingViewProperty
Dim value As Object
value = instance(_propertyType)
instance(_propertyType) = value
public Object this[
ApplicationSharingViewProperty _propertyType
] { get; set; }
Parameters
- _propertyType
Type: Microsoft.Lync.Model.Conversation.Sharing.ApplicationSharingViewProperty
Property value
Type: System.Object
Implements
IDictionary<TKey, TValue>.Item[TKey]
See also
Reference
ApplicationSharingViewPropertyDictionary class