GetProfileAttributeDefs Method
Gets all profile attributes for the given association (returned in display order).
Required Permissions
AllowAnySyntax
public ProfileAttrDef[] GetProfileAttributeDefs(
ProfileAssoc assoc
)Public Function GetProfileAttributeDefs( _
ByVal assoc As ProfileAssoc _
) As ProfileAttrDef()Parameters
| Name | Description |
|---|---|
| assoc | The association (or combination of associations) to request. |
Return Value
An array listing all the Profile Atrribute Definitions for the given association.