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 System.String
public System.string MappingName {get; set;}
See Also