페이로드에 사용되는 오류 코드를 가져오거나 설정합니다.
네임스페이스: 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
페이로드에 사용되는 오류 코드입니다.