Class GetFormItemsResult
The result of the following commands:
public sealed class GetFormItemsResult
- Inheritance
-
objectGetFormItemsResult
- Extension Methods
Properties
FormItems
The form items to be displayed.
public IEnumerable<IFormItemClientProperties> FormItems { get; set; }
Property Value
- IEnumerable<IFormItemClientProperties>