User.IsLinked Property

Gets a value that indicates whether the user is associated with an external account.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property IsLinked As Boolean
    Get
'Usage
Dim instance As User
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the user is associated with an external account; otherwise, false.