SignInConfiguration.TransportMode property

Sets the current server transport.

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

Syntax

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

value = instance.TransportMode

instance.TransportMode = value
public TransportMode TransportMode { get; set; }

Property value

Type: Microsoft.Lync.Model.TransportMode

Remarks

This property cannot be set. Attempting to do so raises the NotSupportedException.

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace