'Declaration <DescriptionAttribute("Collection of form fields that belong to the group.")> Public ReadOnly Property Items As System.Collections.ObjectModel.ReadOnlyCollection(Of FormField)
[Description("Collection of form fields that belong to the group.")] public System.Collections.ObjectModel.ReadOnlyCollection<FormField> Items { get; }
[Description("Collection of form fields that belong to the group.")] public: __property System.Collections.ObjectModel.ReadOnlyCollection<FormField*>* get_Items();
[Description("Collection of form fields that belong to the group.")] public:
property System.Collections.ObjectModel.ReadOnlyCollection<FormField^>^ Items { System.Collections.ObjectModel.ReadOnlyCollection<FormField^>^ get(); }