PropertyMappingExceptionEventArgs.PropertyValue Property

Definition

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

public:
 property System::Object ^ PropertyValue { System::Object ^ get(); };
public object PropertyValue { get; }
member this.PropertyValue : obj
Public ReadOnly Property PropertyValue As Object

Property Value

An object representing the value of the property associated with the property-mapping error.

Applies to

See also