Property.IsImported property

Gets a value indicating whether this user profile property is mapped to an Active Directory directory service property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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.

See also

Reference

Property class

Property members

Microsoft.Office.Server.UserProfiles namespace