PropertyInfo.IsAlias Property
Gets or sets a value that specifies whether this user profile property serves as the alias of the user.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property IsAlias As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.IsAlias
instance.IsAlias = value
public bool IsAlias { get; set; }
Property Value
Type: System.Boolean
true if the property is an alias of a user; otherwise, false.
Remarks
The default value is false.