Share via


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.

See also

Reference

User class

User members

Microsoft.Exchange.Data.Directory.Management namespace