Property.IsAlias Property
Gets or sets a value indicating whether this user profile property serves as the alias of the user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property IsAlias As Boolean
Get
Set
'Usage
Dim instance As [Property]
Dim value As Boolean
value = instance.IsAlias
instance.IsAlias = value
public bool IsAlias { get; set; }
Property Value
Type: System.Boolean
true if this user profile property is related to the user's name and account in portal site operations and search results; otherwise, false.
Remarks
Aliases are treated as equivalent to the user name and account name when searching for items authored by a user, targeting items to a user, or displaying items in the My Documents Web Part of the personal site for a user. Alias properties must be public.