ペイロードで使用されるエラー コードを取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property ErrorCode As String
Get
Set
'使用
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)
プロパティ値
型: System.String
ペイロードで使用されるエラー コード。