Compartir a través de


ErrorCode Propiedad

Gets or sets an error code of a member in a staging batch.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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
String representing the error code.