AddProfileAttributeDef Method
Adds a new profile attribute definition. Added to end of the display order.
Required Permissions
AdminUserUpdateSyntax
public ProfileAttrDef AddProfileAttributeDef(
System.string name,
System.string activeDirMap,
ProfileAssoc assoc
)Public Function AddProfileAttributeDef( _
ByVal name As System.String, _
ByVal activeDirMap As System.String, _
ByVal assoc As ProfileAssoc _
) As ProfileAttrDefParameters
| Name | Description |
|---|---|
| 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 newly created Profile Attribute Definition.