SignInConfiguration.Mode Property

Gets or sets the configuration mode value.

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

Syntax

'Declaration
Public Property Mode As LyncClientConfigurationMode
    Get
    Set
'Usage
Dim instance As SignInConfiguration
Dim value As LyncClientConfigurationMode

value = instance.Mode

instance.Mode = value
public LyncClientConfigurationMode Mode { get; set; }

Property Value

Type: Microsoft.Lync.Model.LyncClientConfigurationMode

See Also

Reference

SignInConfiguration Class

SignInConfiguration Members

Microsoft.Lync.Model Namespace