ValidationError.SourceDetail Property

Definition

Gets the detail about the source of the error.

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

Property Value

The detail about the source of the error.

Applies to