List of the fields on that form.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public List<FormMetaField> Fields { get; set; } |
Visual Basic |
---|
Public Property Fields As List(Of FormMetaField) Get Set |
Visual C++ |
---|
public: property List<FormMetaField^>^ Fields { List<FormMetaField^>^ get (); void set (List<FormMetaField^>^ value); } |