ProfileSubtypeProperty.IsUserEditable Property
Gets or sets a value indicating whether this property can be edited by users.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property IsUserEditable As Boolean
Get
Set
'Usage
Dim instance As ProfileSubtypeProperty
Dim value As Boolean
value = instance.IsUserEditable
instance.IsUserEditable = value
public bool IsUserEditable { get; set; }
Property Value
Type: System.Boolean
Remarks
User profile manager permission is required to set this value. This value cannot be set if this is a section property.