Partager via


Propriété StagingBatchError.TargetCode

Gets or sets the target code of the batch member.

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property TargetCode As String 
    Get 
    Set
'Utilisation
Dim instance As StagingBatchError 
Dim value As String 

value = instance.TargetCode

instance.TargetCode = value
[DataMemberAttribute]
public string TargetCode { get; set; }
[DataMemberAttribute]
public:
property String^ TargetCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member TargetCode : string with get, set
function get TargetCode () : String 
function set TargetCode (value : String)

Valeur de propriété

Type : System.String
The target code of the batch member.

Voir aussi

Référence

StagingBatchError Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts