UpdateProfileAttributeDef Method
Updates a profile attribute definition.
Required Permissions
AdminUserUpdateSyntax
public ProfileAttrDef UpdateProfileAttributeDef(
System.long id,
System.string name,
System.string activeDirMap,
ProfileAssoc assoc
)Public Function UpdateProfileAttributeDef( _
ByVal id As System.Long, _
ByVal name As System.String, _
ByVal activeDirMap As System.String, _
ByVal assoc As ProfileAssoc _
) As ProfileAttrDefParameters
| Name | Description |
|---|---|
| id | The id of the profile to update. |
| name | The name of the profile attribute (must be unique). |
| activeDirMap | The Active Directory field the attribute is mapped from (null if not mapped). |
| assoc | The association type (can be none, user, group, or both depending on combination of flags). |
Return Value
The updated ProfileAttributeDef object.