Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.