Contact.Settings Property
Gets a collection of contact properties.
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>