'Declaration <DescriptionAttribute("The collection of field templates.")> Public Property FieldTemplates As System.Collections.Generic.ICollection
[Description("The collection of field templates.")] public System.Collections.Generic.ICollectionFieldTemplates { get; set; }
[Description("The collection of field templates.")] public: __property System.Collections.Generic.ICollectionget_FieldTemplates(); public: __property void set_FieldTemplates(
System.Collections.Generic.ICollectionvalue
);
[Description("The collection of field templates.")] public:
property System.Collections.Generic.ICollectionFieldTemplates { System.Collections.Generic.ICollection get(); void set(System.Collections.Generic.ICollection value); }