PropertyInfo.IsImported Property
Gets and sets a Boolean value that specifies whether the property is an imported property.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property IsImported As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.IsImported
instance.IsImported = value
public bool IsImported { get; set; }
Property Value
Type: System.Boolean
If the property is an imported property, true; otherwise, false.