LyncClient.GetClient method

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

Syntax

'Declaration
Public Shared Function GetClient ( _
    sideBySideLync As Boolean _
) As LyncClient
'Usage
Dim sideBySideLync As Boolean
Dim returnValue As LyncClient

returnValue = LyncClient.GetClient(sideBySideLync)
public static LyncClient GetClient(
    bool sideBySideLync
)

Parameters

Return value

Type: Microsoft.Lync.Model.LyncClient

See also

Reference

LyncClient class

LyncClient members

Microsoft.Lync.Model namespace