Propriedade do RDL ErrorCode
Gets or sets an error code of a member in a staging batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: System. . :: . .String
String representing the error code.
Consulte também