CoreProperty.IsAlias Property

Gets or sets a value indicating whether this profile core property serves as the alias of the user.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IsAlias As Boolean
    Get
    Set
'Usage
Dim instance As CoreProperty
Dim value As Boolean

value = instance.IsAlias

instance.IsAlias = value
public bool IsAlias { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

User profile manager permission is required to set this value. This value cannot be set if this is a section property.

See Also

Reference

CoreProperty Class

CoreProperty Members

Microsoft.Office.Server.UserProfiles Namespace