User.LinkedMasterAccount property
Gets the master account in the forest where the user account resides if this user is a linked user (the IsLinked property is true).
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LinkedMasterAccount As String
Get
Friend Set
'Usage
Dim instance As User
Dim value As String
value = instance.LinkedMasterAccount
public string LinkedMasterAccount { get; internal set; }
Property value
Type: System.String
The master account in the forest where the user account resides if this user is a linked user.
Remarks
The master account is the account to which the user links.