Share via


SignInConfiguration.ExternalServerUrl property

Sets the Lync server that a user signs in to when outside of an organization intranet.

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

Syntax

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

value = instance.ExternalServerUrl

instance.ExternalServerUrl = value
public string ExternalServerUrl { get; set; }

Property value

Type: System.String

Remarks

This value is ignored when Mode is set to LyncClientConfigurationMode.Auto

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace