Свойство StagingBatchError.ErrorCode
Gets or sets the error code that is associated with the error.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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
A string representing the error code.