'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 - используется форматирование по умолчанию; НЕ null - значение свойства используется в качестве строки формата для значения распознанной группы полей.
Значение по умолчанию - null.
Значение по умолчанию - null.