Compartir a través de


ODataError.ErrorCode Propiedad

Obtiene o establece el código de error que se va a utilizar en las cargas.

Espacio de nombres:  Microsoft.Data.OData
Ensamblado:  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Sintaxis

'Declaración
Public Property ErrorCode As String
    Get
    Set
'Uso
Dim instance As ODataError
Dim value As String

value = instance.ErrorCode

instance.ErrorCode = value
public string ErrorCode { get; set; }
public:
property String^ ErrorCode {
    String^ get ();
    void set (String^ value);
}
member ErrorCode : string with get, set
function get ErrorCode () : String
function set ErrorCode (value : String)

Valor de la propiedad

Tipo: System.String
El código de error que se va a utilizar en cargas.

Vea también

Referencia

ODataError Clase

Espacio de nombres Microsoft.Data.OData