'Declaration <DescriptionAttribute("The format string that should be applied to the value of recognized field group.")> Public Overridable Property ValueFormat As System.String
[Description("The format string that should be applied to the value of recognized field group.")] public virtual System.String ValueFormat { get; set; }
[Description("The format string that should be applied to the value of recognized field group.")] public: __property virtual System.String get_ValueFormat(); public: __property virtual void set_ValueFormat(
System.String value
);
[Description("The format string that should be applied to the value of recognized field group.")] public:
virtual property System.String ValueFormat { System.String get(); void set(System.String value); }
Property Value
null - default formatting is used; NOT null - property value is used as format string for the value of recognized field group.
Default value is null.
Default value is null.