Właściwość StagingBatchError.ErrorCode
Pobiera lub ustawia kod błędu element członkowski w partia tymczasowa.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property ErrorCode As String
Get
Set
'Użycie
Dim instance As StagingBatchError
Dim value As String
value = instance.ErrorCode
instance.ErrorCode = value
[DataMemberAttribute]
public string ErrorCode { get; set; }
[DataMemberAttribute]
public:
property String^ ErrorCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ErrorCode : string with get, set
function get ErrorCode () : String
function set ErrorCode (value : String)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący kod błędu.
Zobacz także