取得或設定要在裝載中使用的錯誤碼。
命名空間: 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
要在裝載中使用的錯誤碼。