Partager via


Propriété StagingBatchError.ErrorCode

Gets or sets the error code that is associated with the error.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ErrorCode As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A string representing the error code.

Voir aussi

Référence

StagingBatchError Classe

Espace de noms Microsoft.MasterDataServices