Share via


SignInConfiguration.InternalServerUrl property

Gets or sets the Lync front end server that a user signs in to.

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

Syntax

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

value = instance.InternalServerUrl

instance.InternalServerUrl = value
public string InternalServerUrl { 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