Contact.Settings property

Gets a collection of contact settings.

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

Syntax

'Declaration
Public ReadOnly Property Settings As IDictionary(Of ContactSetting, Object)
    Get
'Usage
Dim instance As Contact
Dim value As IDictionary(Of ContactSetting, Object)

value = instance.Settings
public IDictionary<ContactSetting, Object> Settings { get; }

Property value

Type: System.Collections.Generic.IDictionary<ContactSetting, Object>

See also

Reference

Contact class

Contact members

Microsoft.Lync.Model namespace