Propriété ODataError.ErrorCode
Obtient ou définit le code d'erreur à utiliser dans les charges utiles.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property ErrorCode As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
Code d'erreur à utiliser dans les charges utiles.