Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the location of the error in the file in which it occurred.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property ErrorLocation As EdmLocation
Get
Private Set
'Usage
Dim instance As EdmError
Dim value As EdmLocation
value = instance.ErrorLocation
public EdmLocation ErrorLocation { get; private set; }
public:
property EdmLocation^ ErrorLocation {
EdmLocation^ get ();
private: void set (EdmLocation^ value);
}
member ErrorLocation : EdmLocation with get, private set
function get ErrorLocation () : EdmLocation
private function set ErrorLocation (value : EdmLocation)
Property Value
Type: Microsoft.Data.Edm.EdmLocation
The location of the error in the file in which it occurred.