Enumerates configuration types that can be set.

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

Syntax

C#
public 
enum 
SignInConfigurationType

Members

Member name Value Description
Mode 0
A flag indicating if the configuration mode can be set.
Transport 1
A flag indicating if the transport mode can be set.
InternalServer 2
A flag indicating if the server internal address can be set
ExternalServer 3
A flag indicating if the server external address can be set.
SavePassword 4
A flag indicating if the password can be saved.
Invalid -1

See Also