ClientSettings.CanSetValue method

test if the client setting can be set.

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

Syntax

'Declaration
Public Function CanSetValue ( _
    settingType As ClientSettingsType _
) As Boolean
'Usage
Dim instance As ClientSettings
Dim settingType As ClientSettingsType
Dim returnValue As Boolean

returnValue = instance.CanSetValue(settingType)
public bool CanSetValue(
    ClientSettingsType settingType
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ClientSettings class

ClientSettings members

Microsoft.Lync.Model namespace