PropertyMappingExceptionEventArgs.PropertyName Property

Definition

Gets the name of the property associated with the property-mapping error.

public:
 property System::String ^ PropertyName { System::String ^ get(); };
public string PropertyName { get; }
member this.PropertyName : string
Public ReadOnly Property PropertyName As String

Property Value

A string representing the name of the property associated with the property-mapping error.

Applies to

See also