Click or drag to resize

GetUserDetailModelCustomFields Property

Gets a list of UserCustomField structures.

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

Property Value

ListUserCustomField
Remarks
Gets a list of UserCustomField structures.

See Also