'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the field must not be exported by a submit-form action.")> <CategoryAttribute("Common")> Public Property IsNoExport As Boolean
[DefaultValue(False)] [Description("A value indicating whether the field must not be exported by a submit-form action.")] [Category("Common")] public bool IsNoExport { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the field must not be exported by a submit-form action.")] [Category("Common")] public: __property bool get_IsNoExport(); public: __property void set_IsNoExport(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the field must not be exported by a submit-form action.")] [Category("Common")] public:
property bool IsNoExport { bool get(); void set(bool value); }
Property Value
true - the field must NOT be exported by a submit-form action; false - the field must be exported by a submit-form action.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.
Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.