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