PropertyInfo.IsAlias Property
Gets or sets a Boolean value that specifies whether the property is an alias of a user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
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
If the property is an alias of a user, true; otherwise false.