Share via


SignInConfiguration.Mode property

Sets or clears server auto-discovery mode.

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

Remarks

When Mode is set to LyncClientConfigurationMode.Auto, Lync attempts to discover the Lync front end server to register on based on the supplied username SIP address.

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace