Share via


ApplicationSharingViewPropertyDictionary.TryGetValue method

Namespace:  Microsoft.Lync.Model.Conversation.Sharing
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Function TryGetValue ( _
    propertyType As ApplicationSharingViewProperty, _
    <OutAttribute> ByRef itemValue As Object _
) As Boolean
'Usage
Dim instance As ApplicationSharingViewPropertyDictionary
Dim propertyType As ApplicationSharingViewProperty
Dim itemValue As Object
Dim returnValue As Boolean

returnValue = instance.TryGetValue(propertyType, _
    itemValue)
public bool TryGetValue(
    ApplicationSharingViewProperty propertyType,
    out Object itemValue
)

Parameters

Return value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue)

See also

Reference

ApplicationSharingViewPropertyDictionary class

ApplicationSharingViewPropertyDictionary members

Microsoft.Lync.Model.Conversation.Sharing namespace