ErrorCode 属性
Gets or sets an error code of a member in a staging batch.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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
String representing the error code.