EdmError.ErrorCode Property
Gets an integer code representing the error.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Property ErrorCode As EdmErrorCode
Get
Private Set
'Usage
Dim instance As EdmError
Dim value As EdmErrorCode
value = instance.ErrorCode
public EdmErrorCode ErrorCode { get; private set; }
public:
property EdmErrorCode ErrorCode {
EdmErrorCode get ();
private: void set (EdmErrorCode value);
}
member ErrorCode : EdmErrorCode with get, private set
function get ErrorCode () : EdmErrorCode
private function set ErrorCode (value : EdmErrorCode)
Property Value
Type: Microsoft.Data.Edm.Validation.EdmErrorCode
The code representing the error.