Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets or sets the target 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 TargetCode { get; set; }
public:
[DataMemberAttribute]
property String^ TargetCode {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member TargetCode : string with get, set
<DataMemberAttribute>
Public Property TargetCode As String
Property Value
Type: System.String
The target code of the batch member.
See Also
StagingBatchError Class
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top