'Declaration <DescriptionAttribute("A mapping field name to be used when exporting interactive form field data from the document.")> <DefaultValueAttribute(null)> <CategoryAttribute("Naming")> Public Property MappingName As System.String
[Description("A mapping field name to be used when exporting interactive form field data from the document.")] [DefaultValue(null)] [Category("Naming")] public System.String MappingName { get; set; }
[Description("A mapping field name to be used when exporting interactive form field data from the document.")] [DefaultValue(null)] [Category("Naming")] public: __property System.String get_MappingName(); public: __property void set_MappingName(
System.String value
);
[Description("A mapping field name to be used when exporting interactive form field data from the document.")] [DefaultValue(null)] [Category("Naming")] public:
property System.String MappingName { System.String get(); void set(System.String value); }