Поделиться через


Свойство StagingBatchError.ErrorCode

Gets or sets the error code of the batch member.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property ErrorCode As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
The error code of the batch member.

См. также

Справочник

StagingBatchError Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts