Share via


PropertyInfo.IsUserEditable Property

Gets and sets a Boolean value that specifies whether the property can be edited by a user.

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

Syntax

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

value = instance.IsUserEditable

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

Property Value

Type: System.Boolean
If the property can be edited by a user, true; otherwise, false.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

Microsoft.Office.Server.UserProfiles Namespace