Compartir a través de


StagingBatchError.ErrorCode Propiedad

Gets or sets the error code of the batch member.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property ErrorCode As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The error code of the batch member.

Vea también

Referencia

StagingBatchError Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts