إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the target code.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TargetCode As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string that represents the target code.