MappingName Property (MappingInfo)
In This Topic
Gets or sets the
System.String value determining the name of the data field or property to be bound to the object.
Syntax
'Declaration
Public Property MappingName As String
public string MappingName {get; set;}
See Also