Property.IsUserEditable Property

Gets or sets a value indicating whether a user can edit this user profile property.

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

Syntax

'Declaration
Public Property IsUserEditable As Boolean
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As Boolean

value = instance.IsUserEditable

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

Property Value

Type: System.Boolean
true if a user can edit this user profile property; otherwise, false.

Remarks

To appear on the Edit My Profile page, the IsUserEditable property must be set to true.

See Also

Reference

Property Class

Property Members

Microsoft.Office.Server.UserProfiles Namespace