PropertyInfo.IsImported Property
Gets or sets a value that specifies whether the property is an imported property.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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
true if the property is imported from an external data source; otherwise, false.
Remarks
The default value is false.