Share via


ClientSettings.Item property

Update a client setting, an event will be raised when setting changed after this.

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

Syntax

'Declaration
Public Default Property Item ( _
    _settingType As ClientSettingsType _
) As Object
    Get
    Set
'Usage
Dim instance As ClientSettings
Dim _settingType As ClientSettingsType
Dim value As Object

value = instance(_settingType)

instance(_settingType) = value
public Object this[
    ClientSettingsType _settingType
] { get; set; }

Parameters

Property value

Type: System.Object

See also

Reference

ClientSettings class

ClientSettings members

Microsoft.Lync.Model namespace