MappedDataField.DataFieldName 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.
Sets or returns a String that represents the name of the field in the mail merge data source to which a mapped data field maps.
public:
property System::String ^ DataFieldName { System::String ^ get(); };
public string DataFieldName { get; }
member this.DataFieldName : string
Public ReadOnly Property DataFieldName As String
Property Value
Remarks
The DataFieldName property returns a blank string if the specified data field is not mapped to a mapped data field.