Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the error code of the batch member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
[DataMemberAttribute]
public string ErrorCode { get; set; }
public:
[DataMemberAttribute]
property String^ ErrorCode {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member ErrorCode : string with get, set
<DataMemberAttribute>
Public Property ErrorCode As String
Property Value
Type: System.String
The error code of the batch member.
See Also
StagingBatchError Class
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top