Client.Settings property
Gets the settings object.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Settings As ClientSettings
Get
'Usage
Dim instance As Client
Dim value As ClientSettings
value = instance.Settings
public ClientSettings Settings { get; }
Property value
Type: Microsoft.Lync.Model.ClientSettings