PropertyInfo.IsAdminEditable Property
Gets or sets a value that specifies whether the administrator can edit this user profile property.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
Syntax
'Declaration
Public Property IsAdminEditable As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.IsAdminEditable
instance.IsAdminEditable = value
public bool IsAdminEditable { get; set; }
Property Value
Type: System.Boolean
true if the administrator can edit this user profile property; otherwise, false.
Remarks
The default value is false.