Click or drag to resize

GetCustomFieldOutResults Property

The result set for GetCustomFieldOut is a list of the GetCustomFieldModel objects

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

Property Value

ListGetCustomFieldModel
Remarks
Returns a list of GetCustomFieldModel objects

Example
For example code see GetCustomField(GetCustomFieldIn)
See Also