Property.IsImported Property
Gets a value indicating whether this user profile property is mapped to a Microsoft Active Directory directory service property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property IsImported As Boolean
Get
'Usage
Dim instance As [Property]
Dim value As Boolean
value = instance.IsImported
public bool IsImported { get; }
Property Value
Type: System.Boolean
true if this user profile property is mapped to an Active Directory directory service property; otherwise, false.