ContactSettingChangedEventArgs.Setting property

Returns the type of the contact property whose value has changed.

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

Syntax

'Declaration
Public ReadOnly Property Setting As ContactSetting
    Get
'Usage
Dim instance As ContactSettingChangedEventArgs
Dim value As ContactSetting

value = instance.Setting
public ContactSetting Setting { get; }

Property value

Type: Microsoft.Lync.Model.ContactSetting

See also

Reference

ContactSettingChangedEventArgs class

ContactSettingChangedEventArgs members

Microsoft.Lync.Model namespace