Gets a value indicating the mapping name.
Syntax
'Declaration
Public ReadOnly Property MappingName As String
'Usage
Dim instance As Field
Dim value As String
value = instance.MappingName
public string MappingName {get;}
public: __property string* get_MappingName();
public:
property String^ MappingName {
String^ get();
}
Property Value
The mapping name is used when exporting form data.
See Also