Proprietà EdmError.ErrorCode
Ottiene un codice di tipo Integer che rappresenta l'errore.
Spazio dei nomi Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Property ErrorCode As EdmErrorCode
Get
Private Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.Data.Edm.Validation.EdmErrorCode
Codice che rappresenta l'errore.