Click or drag to resize

UpdateUserDetailModelCustomFields Property

Adds a list of UpdateUserCustomField structures.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<UpdateUserCustomField> CustomFields { get; set; }

Property Value

ListUpdateUserCustomField
Remarks
Adds a list of UpdateUserCustomField structures.

See Also