AutoGeneratedField.DataFormatString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the string that specifies the format in which the alternate text for each image in an AutoGeneratedField object is rendered.
public:
virtual property System::String ^ DataFormatString { System::String ^ get(); void set(System::String ^ value); };
public override string DataFormatString { get; set; }
member this.DataFormatString : string with get, set
Public Overrides Property DataFormatString As String
Property Value
Always returns an empty string ("").
Exceptions
An attempt is made to set this property.
Remarks
The DataFormatString property is used to apply a special format to the values displayed in an AutoGeneratedField object.
Note
This version of the property has been implemented to always return an empty string to indicate that no special formatting is applied to the field values. It is not possible to set this property.