SignInConfiguration.SignedInFromIntranet property

Determines whether user signed in from intranet or not.

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

Syntax

'Declaration
Public ReadOnly Property SignedInFromIntranet As Boolean
    Get
'Usage
Dim instance As SignInConfiguration
Dim value As Boolean

value = instance.SignedInFromIntranet
public bool SignedInFromIntranet { get; }

Property value

Type: System.Boolean

Remarks

If a user is not signed in to Lync, the property returns false.

See also

Reference

SignInConfiguration class

SignInConfiguration members

Microsoft.Lync.Model namespace